From ea115908fcd606e9efba9b5fd48811f1fb77a25b Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Thu, 2 May 2019 18:33:52 -0700 Subject: [PATCH] fix readme go get --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db6c0380..7e563b04 100644 --- a/README.md +++ b/README.md @@ -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+): ``` -$ go get github.com/schollz/croc +$ go get -v github.com/schollz/croc/v6 ```