Skip to content

Commit 9d78e0a

Browse files
authored
README: fix install instructions (#339)
go get p has been replaced by go install p@latest.
1 parent 2f70a00 commit 9d78e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For an overview, see the [introductory blog post][].
2424
Install Wire by running:
2525

2626
```shell
27-
go get github.com/google/wire/cmd/wire
27+
go install github.com/google/wire/cmd/wire@latest
2828
```
2929

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

0 commit comments

Comments
 (0)