From 6f01406c228ce0db21e8887232d653da9f8ac440 Mon Sep 17 00:00:00 2001 From: VitorFOG Date: Fri, 6 Feb 2026 14:34:44 -0300 Subject: [PATCH] docs: update Arch install instructions to pacman --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97967d36..0a543a6b 100644 --- a/README.md +++ b/README.md @@ -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