mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Merge branch 'jesseduffield:master' into ssh-host
This commit is contained in:
commit
7f68d01181
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -76,7 +76,7 @@ choco install lazydocker
|
||||||
You can install [asdf-lazydocker plugin](https://github.com/comdotlinux/asdf-lazydocker) using [asdf-vm](https://asdf-vm.com/):
|
You can install [asdf-lazydocker plugin](https://github.com/comdotlinux/asdf-lazydocker) using [asdf-vm](https://asdf-vm.com/):
|
||||||
#### Setup (Once)
|
#### Setup (Once)
|
||||||
```sh
|
```sh
|
||||||
asdf plugin add https://github.com/comdotlinux/asdf-lazydocker.git
|
asdf plugin add lazydocker https://github.com/comdotlinux/asdf-lazydocker.git
|
||||||
```
|
```
|
||||||
|
|
||||||
#### For Install / Upgrade
|
#### For Install / Upgrade
|
||||||
|
|
@ -107,16 +107,12 @@ go get github.com/jesseduffield/lazydocker
|
||||||
|
|
||||||
### Arch Linux AUR
|
### Arch Linux AUR
|
||||||
|
|
||||||
You can install lazydocker using your AUR package manager of choice or by running:
|
You can install lazydocker using the [AUR](https://aur.archlinux.org/packages/lazydocker) by running:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://aur.archlinux.org/lazydocker.git ~/lazydocker
|
yay -S lazydocker
|
||||||
cd ~/lazydocker
|
|
||||||
makepkg --install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
A development version of the AUR package is also [available](https://aur.archlinux.org/lazydocker-git.git)
|
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
[](https://hub.docker.com/r/lazyteam/lazydocker)
|
[](https://hub.docker.com/r/lazyteam/lazydocker)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue