Skip to content

Commit

Permalink
Merge pull request #275 from bluehallu/patch-1
Browse files Browse the repository at this point in the history
Fix ruby gen command
  • Loading branch information
tmc committed Mar 4, 2017
2 parents bf8e298 + 5c257c2 commit fdcb7ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdcb7ea

Please sign in to comment.