diff --git a/README.md b/README.md new file mode 100644 index 0000000..50c1f7a --- /dev/null +++ b/README.md @@ -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 +```