From 6bba1dde29f0e5fefc34f0738123d9d5e9c584dc Mon Sep 17 00:00:00 2001 From: Dexter2038 <116676321+Dexter2038@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:42:03 +0300 Subject: [PATCH] docs(readme): correct yay installation instructions for Arch Linux Reason: 'yay' is not in official Arch Linux repositories, so `sudo pacman -S yay` will fail. Changes: - Remove sudo pacman -S yay - Add proper AUR installation steps - Add base-devel to pacman command, since it's required for AUR builds - Add --needed flag to avoid reinstalling existing packages Tested it on my system and it works. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc62945c0c5..064011d5cfe 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ sudo dnf install wget git python3 gperftools-libs libglvnd-glx # openSUSE-based: sudo zypper install wget git python3 libtcmalloc4 libglvnd # Arch-based: -sudo pacman -S wget git python3 +sudo pacman -S --needed wget git python3 base-devel ``` If your system is very new, you need to install python3.11 or python3.10: ```bash @@ -136,7 +136,10 @@ sudo apt update sudo apt install python3.11 # Manjaro/Arch -sudo pacman -S yay +git clone https://aur.archlinux.org/yay.git +cd yay +makepkg -si +cd .. yay -S python311 # do not confuse with python3.11 package # Only for 3.11