From 4aee738a12a51f072cf51409d99b3b7637adaf92 Mon Sep 17 00:00:00 2001 From: Theo Bob Massard Date: Tue, 8 Apr 2025 15:59:09 +0200 Subject: [PATCH] docs: adapt asdf commands to 0.16 breaking changes Signed-off-by: Theo Bob Massard --- template/README-github.md | 4 ++-- template/README-gitlab.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/template/README-github.md b/template/README-github.md index 30a471f..746e43d 100644 --- a/template/README-github.md +++ b/template/README-github.md @@ -34,13 +34,13 @@ asdf plugin add https://github.com//asdf- +asdf list all # Install specific version asdf install latest # Set a version globally (on your ~/.tool-versions file) -asdf global latest +asdf set -u latest # Now commands are available diff --git a/template/README-gitlab.md b/template/README-gitlab.md index 367bb6a..98cdd17 100644 --- a/template/README-gitlab.md +++ b/template/README-gitlab.md @@ -34,13 +34,13 @@ asdf plugin add https://gitlab.com//asdf-.git ```shell # Show all installable versions -asdf list-all +asdf list all # Install specific version asdf install latest # Set a version globally (on your ~/.tool-versions file) -asdf global latest +asdf set -u latest # Now commands are available