From 68f039fbb04572ef1dd984a56afab8cf0cc805e6 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Sun, 3 Nov 2019 16:09:07 -0800 Subject: [PATCH] Update README.md Removed v6 that causes error from build from source instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5c3a4c..93d8557 100644 --- a/README.md +++ b/README.md @@ -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 ```