From 532d618e2a383f86d98fe4669906dd1228989f0b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 11 May 2019 11:42:57 -0700 Subject: [PATCH] fix readme Signed-off-by: Jeff Carr --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3df861d..2f81933 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -# notes +## notes After you do a ``` -go get git.wit.com/jcarr/witProtobuf +go get git.wit.com/wit/witProtobuf ``` You must build the .go files by running protoc ``` -cd ~/go/src/git.wit.com/jcarr/witProtobuf +cd ~/go/src/git.wit.com/wit/witProtobuf make events.pb.go ``` -## You must use the current protoc-gen-go to get version3 protobuf support +### You must use the current protoc-gen-go to get version3 protobuf support ``` apt remove golang-goprotobuf-dev