summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <githubaccount@jaseg.net>2016-10-27 12:42:51 +0200
committerGitHub <noreply@github.com>2016-10-27 12:42:51 +0200
commit695eb419ed88459bd715d35b3dde37219def34f4 (patch)
treef647bc8393a942781a775912c53dd356646c3748
parent6a73fba1b7e33badfe3d6f7f749bc87e500a39a5 (diff)
parent89f47e6e609ceb2ca9408bd8e49d1d2b28c0d94b (diff)
downloadlolcat-695eb419ed88459bd715d35b3dde37219def34f4.tar.gz
lolcat-695eb419ed88459bd715d35b3dde37219def34f4.tar.bz2
lolcat-695eb419ed88459bd715d35b3dde37219def34f4.zip
Add Arch AUR installation instructions
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1166db1..1213a91 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,16 @@
## Installation
+### Archlinux
+
+There's an [AUR package](https://aur.archlinux.org/packages/c-lolcat):
+
+```bash
+$ yaourt -S c-lolcat
+```
+
+### Others
+
```bash
$ make && sudo make install
```