From ce30a430c6a32ceeb90fc559287ebb7a6b1343b3 Mon Sep 17 00:00:00 2001 From: Christina Austin <4240737+clausti@users.noreply.github.com> Date: Wed, 7 Nov 2018 14:33:38 -0800 Subject: [PATCH] wire: update README installation instructions (google/go-cloud#647) * wire: update README installation instructions * Made verb tense agree --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98058c7..41f2ed5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Install Wire by running: go get github.com/google/go-cloud/wire/cmd/wire ``` +and ensuring that `$GOPATH/bin` is added to your `$PATH`. + ## Basics Wire has two core concepts: providers and injectors.