From 051969c36a39221578a5346c99130802a56b5da0 Mon Sep 17 00:00:00 2001
From: David Symonds <dsymonds@golang.org>
Date: Sat, 21 Feb 2015 12:27:23 +1100
Subject: [PATCH] More README.md improvements.

Suggest the standard `go get` for downloading the demo.
Remove instruction to set GOPATH during install flow,
since the prerequisites section already does that.
---
 go/README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/go/README.md b/go/README.md
index 5d837f969d..7b90157043 100644
--- a/go/README.md
+++ b/go/README.md
@@ -16,9 +16,8 @@ INSTALL
 -------
 
 ```sh
-$ export GOPATH=<path/to/your/go/workspace>
-$ go install -u github.com/grpc-common/go/greeter_client
-$ go install -u github.com/grpc-common/go/greeter_server
+$ go get -u github.com/grpc-common/go/greeter_client
+$ go get -u github.com/grpc-common/go/greeter_server
 ```
 
 TRY IT!
-- 
GitLab