docs: update Arch install instructions to pacman

This commit is contained in:
VitorFOG 2026-02-06 14:34:44 -03:00
parent 577797d9ed
commit 6f01406c22

View file

@ -159,12 +159,12 @@ Required Go version >= **1.8**, <= **1.17**
go get github.com/jesseduffield/lazydocker 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 ```sh
yay -S lazydocker sudo pacman -S lazydocker
``` ```
### Docker ### Docker