We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199c40a commit fc3cab8Copy full SHA for fc3cab8
README.md
@@ -109,7 +109,7 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
109
protoc -I/usr/local/include -I. \
110
-I$GOPATH/src \
111
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
112
- --plugin=protoc-gen-grpc-ruby=grpc_ruby_plugin \
+ --plugin=protoc-gen-grpc=grpc_ruby_plugin \
113
--grpc-ruby_out=. \
114
path/to/your/service.proto
115
```
0 commit comments