Merge pull request #356 from luan-cestari/patch-1

Updated the path on the last command
This commit is contained in:
Qi Zhao
2015-09-23 13:21:10 -07:00

View File

@ -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
```