Skip to content

Commit d665bd8

Browse files
authored
Merge pull request grpc-ecosystem#275 from bluehallu/patch-1
Fix ruby gen command
2 parents 25efc48 + b29c6fb commit d665bd8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,13 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
109109
protoc -I/usr/local/include -I. \
110110
-I$GOPATH/src \
111111
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
112-
--plugin=protoc-gen-grpc-ruby=grpc_ruby_plugin \
112+
--plugin=protoc-gen-grpc=grpc_ruby_plugin \
113113
--grpc-ruby_out=. \
114114
path/to/your/service.proto
115115
```
116-
2. Implement your service
116+
2. Add the googleapis-common-protos gem (or your language equivalent) as a dependency to your project.
117+
3. Implement your service
118+
117119
5. Generate reverse-proxy
118120

119121
```sh

0 commit comments

Comments
 (0)