mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
docs: update Arch install instructions to pacman
This commit is contained in:
parent
577797d9ed
commit
6f01406c22
1 changed files with 3 additions and 3 deletions
|
|
@ -159,12 +159,12 @@ Required Go version >= **1.8**, <= **1.17**
|
|||
go get github.com/jesseduffield/lazydocker
|
||||
```
|
||||
|
||||
### Arch Linux AUR
|
||||
### Arch Linux
|
||||
|
||||
You can install lazydocker using the [AUR](https://aur.archlinux.org/packages/lazydocker) by running:
|
||||
You can install lazydocker from the official Arch repositories by running:
|
||||
|
||||
```sh
|
||||
yay -S lazydocker
|
||||
sudo pacman -S lazydocker
|
||||
```
|
||||
|
||||
### Docker
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue