Skip to content

Commit

Permalink
README: fix install instructions on tutorial (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
wirekang authored May 27, 2022
1 parent f5e937d commit 79660af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ injector complete, we are ready to use the `wire` command line tool.
Install the tool with:

``` 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
Expand Down

0 comments on commit 79660af

Please sign in to comment.