README: fix install instructions (#339)

go get p has been replaced by go install p@latest.
This commit is contained in:
Russ Cox
2022-01-06 22:25:54 -05:00
committed by GitHub
parent 2f70a008e2
commit 9d78e0ad8c

View File

@@ -24,7 +24,7 @@ For an overview, see the [introductory blog post][].
Install Wire by running: Install Wire by running:
```shell ```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`. and ensuring that `$GOPATH/bin` is added to your `$PATH`.