From aa54ff18e530f6a165267402af52de8cf8ec26ff Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Mon, 23 Dec 2019 07:57:44 -0800 Subject: [PATCH] add snap install directions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 71e12d63..343ba54e 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ On Arch Linux you can install the latest release with `pacman`: $ pacman -S croc ``` +On Ubuntu you can install with `snap`: + +``` +$ snap install croc +``` + Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.12+): ```