From de14e50a914c9db99d90812cbaec0110b3e1a52d Mon Sep 17 00:00:00 2001 From: Stanley Cheung <stanleycheung@google.com> Date: Mon, 7 Mar 2016 12:11:47 -0800 Subject: [PATCH] text update --- INSTALL.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index ee4bc2b73d..3c694ba582 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -37,9 +37,10 @@ terminal: By default gRPC uses [protocol buffers](https://github.com/google/protobuf), you will need the `protoc` compiler to generate stub server and client code. -If you compile from source, see below, the Makefile will automatically try -and compile the one present in third_party if you cloned the repository -recursively, and that it detects your system is lacking it. +If you compile gRPC from source, as described below, the Makefile will +automatically try and compile the `protoc` in third_party if you cloned the +repository recursively and it detects that you don't already have it +installed. #Build from Source -- GitLab