From 26777e0316ef66c941d50faa53434486c0e3ae01 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 11 May 2019 11:40:29 -0700 Subject: [PATCH] update the README.md Signed-off-by: Jeff Carr --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50c1f7a..7902bbb 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,14 @@ You must build the .go files by running protoc ``` cd ~/go/src/git.wit.com/jcarr/witProtobuf -make +make events.pb.go +``` +# You must use the current protoc-gen-go to get version3 protobuf support + +``` +apt remove golang-goprotobuf-dev + +go get -u github.com/golang/protobuf/protoc-gen-go +cd ~/go/src/github.com/golang/protobuf/protoc-gen-go +go install ```