1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

fix readme go get

This commit is contained in:
Zack Scholl 2019-05-02 18:33:52 -07:00
parent 3e6a554532
commit ea115908fc

View file

@ -38,7 +38,7 @@ $ curl https://getcroc.schollz.com | bash
Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.11+): Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.11+):
``` ```
$ go get github.com/schollz/croc $ go get -v github.com/schollz/croc/v6
``` ```