mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
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:
parent
78edbf3d2e
commit
ce6461d653
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue