Adding grpc org to path

In the instructions, adding grpc to the path for the github project.
This commit is contained in:
Dan Ciruli
2015-02-24 11:52:49 -08:00
parent 5e7b50e8bc
commit 321aad650f

View File

@ -16,8 +16,8 @@ INSTALL
-------
```sh
$ go get -u github.com/grpc-common/go/greeter_client
$ go get -u github.com/grpc-common/go/greeter_server
$ go get -u github.com/grpc/grpc-common/go/greeter_client
$ go get -u github.com/grpc/grpc-common/go/greeter_server
```
TRY IT!