Skip to content

Commit

Permalink
Mention required dependencies in Readme
Browse files Browse the repository at this point in the history
Importing annotations.proto will produce a dependency in the generated stubs. This requires the relevant import when using the stubs even if the annotations are not actually used at all by anything but the grpc-gateway plugin.
  • Loading branch information
bluehallu committed Dec 5, 2016
1 parent fc3cab8 commit 5c257c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
--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 5c257c2

Please sign in to comment.