Update notes for aur helpers

This commit is contained in:
RealStickman 2020-11-14 11:40:15 +01:00
parent 397332c03e
commit 896400a767

View File

@ -196,10 +196,18 @@ Remove the installation cd
## Install AUR helper
### yay
*Currently has build errors*
*Use paru instead and install yay-bin*
```bash
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
```
### paru
```bash
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si
```