mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Moved the asdf instructions above binary releases
This commit is contained in:
parent
58d1d28652
commit
926ab3a40b
1 changed files with 14 additions and 9 deletions
23
README.md
23
README.md
|
|
@ -71,6 +71,20 @@ You can install `lazydocker` using [Chocolatey](https://chocolatey.org/):
|
||||||
```sh
|
```sh
|
||||||
choco install lazydocker
|
choco install lazydocker
|
||||||
```
|
```
|
||||||
|
### asdf-vm
|
||||||
|
|
||||||
|
You can install [asdf-lazydocker plugin](https://github.com/comdotlinux/asdf-lazydocker) using [asdf-vm](https://asdf-vm.com/):
|
||||||
|
#### Setup (Once)
|
||||||
|
```sh
|
||||||
|
asdf plugin add https://github.com/comdotlinux/asdf-lazydocker.git
|
||||||
|
```
|
||||||
|
|
||||||
|
#### For Install / Upgrade
|
||||||
|
```sh
|
||||||
|
asdf list all lazydocker
|
||||||
|
asdf install lazydocker 0.12
|
||||||
|
asdf global lazydocker 0.12
|
||||||
|
```
|
||||||
|
|
||||||
### Binary Release (Linux/OSX/Windows)
|
### Binary Release (Linux/OSX/Windows)
|
||||||
|
|
||||||
|
|
@ -81,15 +95,6 @@ Automated install/update, don't forget to always verify what you're piping into
|
||||||
```sh
|
```sh
|
||||||
curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
|
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.
|
The script installs downloaded binary to `/usr/local/bin` directory by default, but it can be changed by setting `DIR` environment variable.
|
||||||
|
|
||||||
### Go
|
### Go
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue