From 19353ddbbab6224b663742059250603efae03044 Mon Sep 17 00:00:00 2001 From: Jeff Thompson Date: Wed, 9 Oct 2024 09:53:41 +0200 Subject: [PATCH] chore: INSTALL: Add Ubuntu 24.04 with build-essential Signed-off-by: Jeff Thompson --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 880e8eae..9d3befaa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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