From 1be077d5b850455cc2bc9658a4b62ebeedb0d093 Mon Sep 17 00:00:00 2001 From: Aviv Eyal Date: Thu, 22 Feb 2018 17:38:05 +0200 Subject: [PATCH] Add proto build instructions --- examples/multipro/pb/readme.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/multipro/pb/readme.md diff --git a/examples/multipro/pb/readme.md b/examples/multipro/pb/readme.md new file mode 100644 index 0000000..ec7114f --- /dev/null +++ b/examples/multipro/pb/readme.md @@ -0,0 +1,4 @@ +# building p2p.pb.go: +protoc --gogo_out=. --proto_path=../../../../../../:/usr/local/opt/protobuf/include:. *.proto + + -- GitLab