mirror of https://github.com/grpc/grpc-go.git
Updated the path on the last command
The last command seems to reflect the path used on the first public commit (which the helloworld.proto file was under examples/helloworld/proto directory and then it was moved to examples/helloworld/helloworld/helloworld.proto)
This commit is contained in:
parent
b5f8a855c8
commit
d0ea36f144
|
@ -53,5 +53,5 @@ OPTIONAL - Rebuilding the generated code
|
|||
$ go get -a github.com/golang/protobuf/protoc-gen-go
|
||||
$
|
||||
$ # from this dir; invoke protoc
|
||||
$ protoc -I ./helloworld/proto/ ./helloworld/proto/helloworld.proto --go_out=plugins=grpc:helloworld
|
||||
$ protoc -I ./helloworld/helloworld/ ./helloworld/helloworld/helloworld.proto --go_out=plugins=grpc:helloworld
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue