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
This commit is contained in:
Ferdinando Santacroce 2025-11-19 13:09:31 +01:00 committed by GitHub
parent 78edbf3d2e
commit ce6461d653
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)