Moved the asdf instructions above binary releases

pull/256/head
Guruprasad Kulkarni 3 years ago committed by GitHub
parent 58d1d28652
commit 926ab3a40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,25 +71,30 @@ You can install `lazydocker` using [Chocolatey](https://chocolatey.org/):
```sh
choco install lazydocker
```
### asdf-vm
### Binary Release (Linux/OSX/Windows)
You can manually download a binary release from [the release page](https://github.com/jesseduffield/lazydocker/releases).
Automated install/update, don't forget to always verify what you're piping into bash:
You can install [asdf-lazydocker plugin](https://github.com/comdotlinux/asdf-lazydocker) using [asdf-vm](https://asdf-vm.com/):
#### Setup (Once)
```sh
curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
asdf plugin add https://github.com/comdotlinux/asdf-lazydocker.git
```
#### 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.
#### For Install / Upgrade
```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
```
### Binary Release (Linux/OSX/Windows)
You can manually download a binary release from [the release page](https://github.com/jesseduffield/lazydocker/releases).
Automated install/update, don't forget to always verify what you're piping into bash:
```sh
curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
```
The script installs downloaded binary to `/usr/local/bin` directory by default, but it can be changed by setting `DIR` environment variable.
### Go

Loading…
Cancel
Save