diff options
author | jaseg <git@jaseg.net> | 2017-03-20 18:05:27 +0100 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2017-03-20 18:06:54 +0100 |
commit | e298c102bd51ae67fbae09df5dfc00cba16a2231 (patch) | |
tree | 7495044bc591bf871c8099a59863277e7b8d8c7f /README.md | |
parent | eef0d5db58677431fce507bd9948cf163ec714aa (diff) | |
download | lolcat-e298c102bd51ae67fbae09df5dfc00cba16a2231.tar.gz lolcat-e298c102bd51ae67fbae09df5dfc00cba16a2231.tar.bz2 lolcat-e298c102bd51ae67fbae09df5dfc00cba16a2231.zip |
README: Add Ubuntu/Snap installation. Thanks @simos !
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -18,6 +18,14 @@ There's an [AUR package](https://aur.archlinux.org/packages/c-lolcat): $ yaourt -S c-lolcat ``` +### Ubuntu (Snap) + +See [this awesome blog post by a kind person from the internet](https://blog.simos.info/how-to-make-a-snap-package-for-lolcat-with-snapcraft-on-ubuntu/): + +```bash +$ snap install lolcat-c +``` + ### Mac Build the system-libc version (instead of the statically linked version) with: |