README.md: Don't use yaourt on Arch (#17)

Removed the aur helper. The new guide works for everyone.
See https://wiki.archlinux.org/index.php/AUR_helpers#Discontinued_or_problematic
This commit is contained in:
Ricardo Band 2019-03-19 00:48:25 +01:00 committed by jaseg
parent a21247efe1
commit 176478b36e

View file

@ -15,7 +15,9 @@
There's an [AUR package](https://aur.archlinux.org/packages/c-lolcat):
```bash
$ yaourt -S c-lolcat
$ git clone https://aur.archlinux.org/packages/c-lolcat
$ cd c-lolcat
$ makepkg -csi
```
### Ubuntu (Snap)