From 2943de11532ef499c2f80c410584480bb576d430 Mon Sep 17 00:00:00 2001 From: Ross Light Date: Thu, 19 Jul 2018 13:03:52 -0700 Subject: [PATCH] docs: remove references to vgo (google/go-cloud#206) We should be instructing users to run stable things, and more adventurous folks can adapt to use Go modules. I just ran the test suite locally from a `go get` and it compiled and ran fine. Updates google/go-cloud#78 Updates google/go-cloud#208 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8712cdf..58ce286 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ initialization. ## Installing -Install `gowire` by running the following inside the Go Cloud repository: +Install `gowire` by running the following: ```shell -vgo install github.com/google/go-cloud/wire/cmd/gowire +go get github.com/google/go-cloud/wire/cmd/gowire ``` ## Basics