fix yay install

This commit is contained in:
2025-12-17 00:11:54 +01:00
parent 995659730f
commit 70871b8944

View File

@@ -6,8 +6,9 @@ requirements: [ "pacman" ]
```sh
pacman --sync --noconfirm --needed base-devel gcc git
git clone https://aur.archlinux.org/yay.git /tmp/yay
makepkg -C !$ -si
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
```
The flags are mostly the same as in `pacman`.