summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Band <mail+github@xengi.de>2019-03-19 00:48:25 +0100
committerjaseg <githubaccount@jaseg.net>2019-03-19 08:48:25 +0900
commit176478b36e03781b549b90ea2463dca8c783943d (patch)
treeea0660dd2975837f96fc1a196a7339339c366356
parenta21247efe188c9407663a2c3eac0cbb0547e05b8 (diff)
downloadlolcat-176478b36e03781b549b90ea2463dca8c783943d.tar.gz
lolcat-176478b36e03781b549b90ea2463dca8c783943d.tar.bz2
lolcat-176478b36e03781b549b90ea2463dca8c783943d.zip
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
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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)