aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-03-07 12:11:47 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-03-07 12:11:47 -0800
commitde14e50a914c9db99d90812cbaec0110b3e1a52d (patch)
tree55017eed3021368b619e0c3087b78b4ecde43ba3 /INSTALL.md
parent11ce4ffc75fef5a790ae55285457d787cbb50cea (diff)
text update
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md7
1 files 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