Skip to content

Commit

Permalink
Fix ruby gen command
Browse files Browse the repository at this point in the history
protoc-gen-grpc-ruby doesn't work in my machine and google points to this readme as the only occurance...
  • Loading branch information
bluehallu authored Dec 5, 2016
1 parent 199c40a commit fc3cab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ 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
```
Expand Down

0 comments on commit fc3cab8

Please sign in to comment.