From 79660af94317b9c466adc39f27f469f1079c779b Mon Sep 17 00:00:00 2001 From: wirekang Date: Fri, 27 May 2022 14:32:31 +0900 Subject: [PATCH] README: fix install instructions on tutorial (#357) --- _tutorial/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tutorial/README.md b/_tutorial/README.md index cfccde1c..f39fba2b 100644 --- a/_tutorial/README.md +++ b/_tutorial/README.md @@ -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