add a readme

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-07 01:39:32 -07:00
parent daa35be4ec
commit a7a356697b
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# notes
After you do a
```
go get git.wit.com/jcarr/witProtobuf
```
You must build the .go files by running protoc
```
cd ~/go/src/git.wit.com/jcarr/witProtobuf
make
```