Skip to content

Commit

Permalink
chore: INSTALL: Add Ubuntu 24.04 with build-essential
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Thompson <[email protected]>
  • Loading branch information
jefft0 committed Oct 9, 2024
1 parent 2a23112 commit 19353dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ If your terminal is bash, enter:

Start a new terminal to get the changes to .zshrc .

### Ubuntu 18.04, 20.04 and 22.04
### Ubuntu 18.04, 20.04, 22.04 and 24.04

To install asdf, follow instructions at https://asdf-vm.com . In short, in
a terminal enter:

sudo apt install curl git
sudo apt install curl git build-essential
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
echo '. "$HOME/.asdf/asdf.sh"' >> ~/.bashrc

Expand Down

0 comments on commit 19353dd

Please sign in to comment.