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.