From b3f253b87b275060739f40b415148fdbf81e3269 Mon Sep 17 00:00:00 2001 From: David Golub Date: Wed, 27 Oct 2021 15:16:18 -0400 Subject: [PATCH 1/2] Update installation instruction to remove deprecation warnings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4342b26e..3a149859 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 ``` and ensuring that `$GOPATH/bin` is added to your `$PATH`. From 5973d9095eff6cc6df583d6e9873322ba6d23af9 Mon Sep 17 00:00:00 2001 From: David Golub Date: Wed, 27 Oct 2021 15:20:56 -0400 Subject: [PATCH 2/2] Add version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a149859..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 install 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`.