Skip to content

Commit

Permalink
Merge pull request #223 from dmitris/patch-1
Browse files Browse the repository at this point in the history
update 'go get' idirective to 'go install'
  • Loading branch information
dnephin committed Dec 18, 2021
2 parents e5de87c + 98a1847 commit 87d6387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 87d6387

Please sign in to comment.