From fb5adaee6103c3279926b81e94abc72cd642ecd1 Mon Sep 17 00:00:00 2001 From: Srini Polavarapu Date: Fri, 9 Feb 2018 16:01:33 -0800 Subject: [PATCH] remove reference to downloading protoc --- INSTALL.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 58521d57e78..810f2b5f36b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -77,9 +77,6 @@ $ cd grpc/third_party/protobuf $ sudo make install # 'make' should have been run by core grpc ``` -Alternatively, you can download `protoc` binaries from -[the protocol buffers Github repository](https://github.com/google/protobuf/releases). - # Build from Source For developers who are interested to contribute, here is how to compile the