mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Merge pull request #170 from maximbaz/patch-1
Add Arch Linux installation to README
This commit is contained in:
commit
1754333ac0
1 changed files with 6 additions and 0 deletions
|
@ -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+):
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue