From d0ea36f144a0a19488cd95d756b90ad04171c48b Mon Sep 17 00:00:00 2001 From: luan-cestari Date: Wed, 23 Sep 2015 15:27:50 -0300 Subject: [PATCH] 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) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 243ccd213..aea0f0206 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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 ```