change install cmd

This commit is contained in:
Zack Scholl 2021-06-25 13:19:23 -07:00
parent 8d22737fd3
commit d922808fd8
1 changed files with 2 additions and 2 deletions

View File

@ -101,10 +101,10 @@ On FreeBSD you can install with `pkg`:
pkg install croc
```
Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.12+):
Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.15+):
```
GO111MODULE=on go get -v github.com/schollz/croc/v9
go install github.com/schollz/croc/v9@latest
```
On Android there is a 3rd party F-Droid app [available to download](https://f-droid.org/en/packages/com.github.howeyc.crocgui/).