Update notes for aur helpers
This commit is contained in:
parent
397332c03e
commit
896400a767
@ -196,10 +196,18 @@ Remove the installation cd
|
|||||||
## Install AUR helper
|
## Install AUR helper
|
||||||
|
|
||||||
### yay
|
### yay
|
||||||
|
*Currently has build errors*
|
||||||
|
*Use paru instead and install yay-bin*
|
||||||
```bash
|
```bash
|
||||||
git clone https://aur.archlinux.org/yay.git
|
git clone https://aur.archlinux.org/yay.git
|
||||||
cd yay
|
cd yay
|
||||||
makepkg -si
|
makepkg -si
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### paru
|
||||||
|
```bash
|
||||||
|
git clone https://aur.archlinux.org/paru.git
|
||||||
|
cd paru
|
||||||
|
makepkg -si
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user