Skip to content
Snippets Groups Projects
Commit 051969c3 authored by David Symonds's avatar David Symonds
Browse files

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.
parent e5755360
No related branches found
No related tags found
No related merge requests found
......@@ -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!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment