Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 79660af

Browse files
authored
README: fix install instructions on tutorial (#357)
1 parent f5e937d commit 79660af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ injector complete, we are ready to use the `wire` command line tool.
163163
Install the tool with:
164164

165165
``` shell
166-
go get github.com/google/wire/cmd/wire
166+
go install github.com/google/wire/cmd/wire@latest
167167
```
168168

169169
Then in the same directory with the above code, simply run `wire`. Wire will

0 commit comments

Comments
 (0)