From 6b99bc5b7f73e2c590cce4e8b53cf8bc1fee796d Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Tue, 24 Feb 2015 15:57:30 -0800 Subject: [PATCH] Remove superfluous link to protobuf install --- java/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/java/README.md b/java/README.md index 4410f830f69..89724904d46 100644 --- a/java/README.md +++ b/java/README.md @@ -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 -------