From d9fbfc8edf8fc8990704cea86b7fddf79f0f443c Mon Sep 17 00:00:00 2001 From: Eugene Kim Date: Sat, 30 Mar 2019 12:35:50 -0700 Subject: [PATCH] Remove protoc installation instruction This is now handled by scripts/install_build_tools.sh. --- scripts/protobuf_setup.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 scripts/protobuf_setup.md diff --git a/scripts/protobuf_setup.md b/scripts/protobuf_setup.md deleted file mode 100644 index 30c3ca376..000000000 --- a/scripts/protobuf_setup.md +++ /dev/null @@ -1,6 +0,0 @@ -# Setup - -You need to install protoc (protobuf compiler) and protoc-gen-go. - -- For protoc-gen-go just simple install by `go get -u github.com/golang/protobuf/protoc-gen-go` -- For protoc, you install from the release https://github.com/protocolbuffers/protobuf/releases.