diff --git a/README.md b/README.md index 4342b26e..ccafb0e2 100644 --- a/README.md +++ b/README.md @@ -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`.