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.
2 parents 25efc48 + b29c6fb commit d665bd8Copy full SHA for d665bd8
README.md
@@ -109,11 +109,13 @@ 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
```
116
- 2. Implement your service
+ 2. Add the googleapis-common-protos gem (or your language equivalent) as a dependency to your project.
117
+ 3. Implement your service
118
+
119
5. Generate reverse-proxy
120
121
```sh
0 commit comments