From d5064a25b7fb552f7f8c0163c9d2cf9e5e8fb40d Mon Sep 17 00:00:00 2001 From: weishaopeng Date: Tue, 13 Dec 2022 19:15:41 +0800 Subject: [PATCH] fix document about "go get" detail: Deprecation of 'go get' for installing executables https://docs.studygolang.com/doc/go-get-install-deprecation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5815252..917ae1d4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can ask questions about how to use GoConvey on [StackOverflow](http://stacko Installation ------------ - $ go get github.com/smartystreets/goconvey + $ go install github.com/smartystreets/goconvey [Quick start](https://github.com/smartystreets/goconvey/wiki#get-going-in-25-seconds) -----------