1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-24 08:02:33 +03:00

Merge pull request #170 from maximbaz/patch-1

Add Arch Linux installation to README
This commit is contained in:
Zack 2019-11-13 08:15:21 -08:00 committed by GitHub
commit 1754333ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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