README: fix install instructions (#339)
go get p has been replaced by go install p@latest.
This commit is contained in:
@@ -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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user