Remove superfluous link to protobuf install

This commit is contained in:
Tim Emiola 2015-02-24 15:57:30 -08:00
parent f3b5e7ab20
commit 7f6bb722e5
1 changed files with 0 additions and 5 deletions

View File

@ -9,11 +9,6 @@ PREREQUISITES
- [Maven 3.2 or later](http://maven.apache.org/download.cgi).
- this is needed to install Netty5, a dependency of gRPC, and to build this sample
- [Latest version of google-protobuf](https://github.com/google/protobuf/tree/master/java)
- to generate java code from proto files
- to install the base Java proto3 library
INSTALL
-------