diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ``` |