diff --git a/go/README.md b/go/README.md index 5d837f969dac394d7ae4abfca333ac8f5459ed3a..7b90157043df6c7dbd1dcde7aab7b002bfdd0019 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!