From 176478b36e03781b549b90ea2463dca8c783943d Mon Sep 17 00:00:00 2001 From: Ricardo Band Date: Tue, 19 Mar 2019 00:48:25 +0100 Subject: 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 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4e9560..ab18c36 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit