Skip to content

Commit fc3cab8

Browse files
authored
Fix ruby gen command
protoc-gen-grpc-ruby doesn't work in my machine and google points to this readme as the only occurance...
1 parent 199c40a commit fc3cab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ 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
```

0 commit comments

Comments
 (0)