mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Added link to asdf-vm installation method :)
This commit is contained in:
parent
c88fba546f
commit
58d1d28652
1 changed files with 8 additions and 0 deletions
|
|
@ -82,6 +82,14 @@ Automated install/update, don't forget to always verify what you're piping into
|
|||
curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
|
||||
```
|
||||
|
||||
#### Or Use [asdf-vm](https://asdf-vm.com/) to install the [asdf-lazydocker plugin](https://github.com/comdotlinux/asdf-lazydocker) once and then keep updating to get the latest version whenever you want.
|
||||
```sh
|
||||
asdf plugin add https://github.com/comdotlinux/asdf-lazydocker.git
|
||||
asdf list all lazydocker
|
||||
asdf install lazydocker 0.12
|
||||
asdf global lazydocker 0.12
|
||||
```
|
||||
|
||||
The script installs downloaded binary to `/usr/local/bin` directory by default, but it can be changed by setting `DIR` environment variable.
|
||||
|
||||
### Go
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue