Skip to content

Commit

Permalink
Replace deprecated go get with go install (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Jul 15, 2021
1 parent 58fe8a3 commit 80f3ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ You can also download [latest version](https://github.com/mszostok/codeowners-va

#### From Sources

You can install `codeowners-validator` with `env GO111MODULE=on go get -u github.com/mszostok/codeowners-validator`.
You can install `codeowners-validator` with `go install github.com/mszostok/codeowners-validator@v0.6.0`.

> NOTE: please use the latest Go to do this, ideally Go 1.15 or greater.
> NOTE: please use Go 1.16 or greater.
This will put `codeowners-validator` in `$(go env GOPATH)/bin`.

Expand Down

0 comments on commit 80f3ee0

Please sign in to comment.