Skip to content

Commit

Permalink
README: fix install instructions (google#339)
Browse files Browse the repository at this point in the history
go get p has been replaced by go install p@latest.
  • Loading branch information
rsc authored Jan 7, 2022
1 parent 2f70a00 commit 9d78e0a
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 @@ -24,7 +24,7 @@ For an overview, see the [introductory blog post][].
Install Wire by running:

```shell
go get github.com/google/wire/cmd/wire
go install github.com/google/wire/cmd/wire@latest
```

and ensuring that `$GOPATH/bin` is added to your `$PATH`.
Expand Down

0 comments on commit 9d78e0a

Please sign in to comment.