README: fix install instructions on tutorial (#357)

This commit is contained in:
wirekang
2022-05-27 14:32:31 +09:00
committed by GitHub
parent f5e937daa9
commit 79660af943

View File

@@ -163,7 +163,7 @@ injector complete, we are ready to use the `wire` command line tool.
Install the tool with: Install the tool with:
``` shell ``` shell
go get github.com/google/wire/cmd/wire go install github.com/google/wire/cmd/wire@latest
``` ```
Then in the same directory with the above code, simply run `wire`. Wire will Then in the same directory with the above code, simply run `wire`. Wire will