Skip to content

Commit 5c257c2

Browse files
authored
Mention required dependencies in Readme
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.
1 parent fc3cab8 commit 5c257c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
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)