From 084981a2ae206cc89c23d7106ef1e411e17455d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 13 Jun 2024 21:13:43 +0300 Subject: [PATCH] Update instructions for installing on Arch Linux --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3efc711..2547c00 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,10 @@ guix install monolith nix-env -iA nixpkgs.monolith ``` -#### Using [AUR](https://aur.archlinux.org/packages/monolith) (Arch Linux) +#### Using [Pacman](https://archlinux.org/packages/extra/x86_64/monolith) (Arch Linux) ```console -yay monolith +pacman -S monolith ``` #### Using [aports](https://pkgs.alpinelinux.org/packages?name=monolith) (Alpine Linux)