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

Update README.md

Removed v6 that causes error from build from source instructions
This commit is contained in:
Tai Groot 2019-11-03 16:09:07 -08:00 committed by GitHub
parent 9afae3b6b0
commit 68f039fbb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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