update the README.md
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
76d9e461b3
commit
26777e0316
11
README.md
11
README.md
|
@ -10,5 +10,14 @@ You must build the .go files by running protoc
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ~/go/src/git.wit.com/jcarr/witProtobuf
|
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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue