From ce6461d65316a7822c61ba05adbbd6be4d89e5aa Mon Sep 17 00:00:00 2001 From: Ferdinando Santacroce Date: Wed, 19 Nov 2025 13:09:31 +0100 Subject: [PATCH] Update asdf installation command `asdf global` and `asdf local` commands have been replaced with `asdf set`. See: https://asdf-vm.com/guide/upgrading-to-v0-16.html#asdf-global-and-asdf-local-commands-have-been-replaced-with-asdf-set --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97967d36..f85d9836 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ asdf plugin add lazydocker https://github.com/comdotlinux/asdf-lazydocker.git ```sh asdf list all lazydocker asdf install lazydocker latest -asdf global lazydocker latest +asdf set -u lazydocker latest ``` ### Binary Release (Linux/OSX/Windows)