Add Arch Linux installation to README

This commit is contained in:
Maxim Baz 2019-11-13 01:41:41 +01:00 committed by GitHub
parent bfa7768781
commit f3799213b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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+):
```