From f3799213b678f52b003e73b0cd90dadb46b5a530 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Wed, 13 Nov 2019 01:41:41 +0100 Subject: [PATCH] Add Arch Linux installation to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3341ae3..0db447c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ $ scoop install croc ``` +On Arch Linux you can install the latest release with `pacman`: + +``` +$ pacman -S croc +``` + Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.12+): ```