From 669505be4c166bb9215c223e4a313f9a9e1a77b1 Mon Sep 17 00:00:00 2001 From: Asim Date: Sun, 6 Mar 2016 12:03:45 +0000 Subject: [PATCH] Specifically get protoc and protoc-gen-gowq --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 225fec32..570dc797 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ We use a protobuf plugin for code generation. This is completely optional. Look and [examples/client](https://github.com/micro/go-micro/blob/master/examples/client/main.go) for examples without code generation. ```shell -go get github.com/micro/protobuf +go get github.com/micro/protobuf/{proto,protoc-gen-go} ``` Compile proto `protoc -I$GOPATH/src --go_out=plugins=micro:$GOPATH/src $GOPATH/src/github.com/micro/go-micro/examples/service/proto/greeter.proto`