diff --git a/README.md b/README.md index a139a519930..507da0380d4 100644 --- a/README.md +++ b/README.md @@ -109,11 +109,13 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`. protoc -I/usr/local/include -I. \ -I$GOPATH/src \ -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \ - --plugin=protoc-gen-grpc-ruby=grpc_ruby_plugin \ + --plugin=protoc-gen-grpc=grpc_ruby_plugin \ --grpc-ruby_out=. \ path/to/your/service.proto ``` - 2. Implement your service + 2. Add the googleapis-common-protos gem (or your language equivalent) as a dependency to your project. + 3. Implement your service + 5. Generate reverse-proxy ```sh