From e298c102bd51ae67fbae09df5dfc00cba16a2231 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 20 Mar 2017 18:05:27 +0100 Subject: README: Add Ubuntu/Snap installation. Thanks @simos ! --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 32638f6..b7083f9 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit