diff options
author | Ricardo Band <mail+github@xengi.de> | 2019-03-19 00:48:25 +0100 |
---|---|---|
committer | jaseg <githubaccount@jaseg.net> | 2019-03-19 08:48:25 +0900 |
commit | 176478b36e03781b549b90ea2463dca8c783943d (patch) | |
tree | ea0660dd2975837f96fc1a196a7339339c366356 /README.md | |
parent | a21247efe188c9407663a2c3eac0cbb0547e05b8 (diff) | |
download | lolcat-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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |