mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
add snap install directions
This commit is contained in:
parent
44286ce473
commit
aa54ff18e5
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,12 @@ On Arch Linux you can install the latest release with `pacman`:
|
|||
$ pacman -S croc
|
||||
```
|
||||
|
||||
On Ubuntu you can install with `snap`:
|
||||
|
||||
```
|
||||
$ snap install 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