1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-23 23:54:17 +03:00

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

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