From 0996b127ca89f569d22144a527dd64e6e8c2c9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 31 May 2025 02:12:56 +0300 Subject: [PATCH] Update instructions for Arch Linux --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index ed64056..4ea287c 100644 --- a/Readme.md +++ b/Readme.md @@ -29,10 +29,10 @@ You can download the pre-built binaries from the release page [release page](htt ### 🐧Arch Linux -You can install `oryx` from the [AUR](https://aur.archlinux.org/packages/oryx) with using an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers). +You can install `oryx` from the [extra repository](https://archlinux.org/packages/extra/x86_64/oryx/) with using [pacman](https://wiki.archlinux.org/title/Pacman): ```bash -paru -S oryx +pacman -S oryx ``` ### ⚒️ Build from source