From fa9f1ae3339f4a810c17c5c1d84a177c3cda5ea3 Mon Sep 17 00:00:00 2001 From: Xirui Date: Fri, 1 Apr 2022 22:16:07 +1300 Subject: [PATCH] [docs] update README to include git install instruction --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aeea963..99f4ca1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@ __Minimum Go version:__ Go 1.6 Use [`go get`](https://golang.org/cmd/go/#hdr-Download_and_install_packages_and_dependencies) to install and update: ```sh +# using Go version < 1.17 $ go get -u github.com/cweill/gotests/... +# using Go version => 1.17 +go install github.com/cweill/gotests/...@latest ``` ## Usage