From 914067a45f80853340e585124399e6a745439066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 23 Mar 2025 20:43:10 +0300 Subject: [PATCH] doc: Update installation for Arch Linux --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f4c58b..dd80a43 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ Several installation methods are provided based on your platform. If none of the ### Arch Linux -You can install `astroterm` directly from the [AUR](https://aur.archlinux.org/packages/astroterm) using your favorite AUR helper: +You can install `astroterm` from the [extra repository](https://archlinux.org/packages/extra/x86_64/astroterm/) using [pacman](https://wiki.archlinux.org/title/Pacman): ```sh -paru -S astroterm +pacman -S astroterm ``` ### Fedora