diff --git a/README.md b/README.md index 821fe71c..5a22bc2c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See [documentation](#documentation). ## Install Download a binary from [releases](https://github.com/gotestyourself/gotestsum/releases), or build from -source with `go get gotest.tools/gotestsum`. +source with `go install gotest.tools/gotestsum@latest`. With `go` version before 1.17, use `go get gotest.tools/gotestsum`. ## Demo A demonstration of three `--format` options.