aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp
diff options
context:
space:
mode:
authorGravatar Lisa Carey <lcarey@google.com>2016-03-08 17:47:14 +0000
committerGravatar Lisa Carey <lcarey@google.com>2016-03-08 17:47:14 +0000
commit3be6801b72e91b0e3a1c6b497db02e144e32f7af (patch)
tree0a52fdafd88ce4699b01cb9b12caf9b7c689d54f /examples/cpp
parent40464923230f2613dfcc662f9d1f48bf031a4593 (diff)
Clarifying how to install for gRPC C++
Diffstat (limited to 'examples/cpp')
-rw-r--r--examples/cpp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp/README.md b/examples/cpp/README.md
index e4b0eb698b..d93cbacf7b 100644
--- a/examples/cpp/README.md
+++ b/examples/cpp/README.md
@@ -2,7 +2,7 @@
## Installation
-To install gRPC on your system, follow the instructions [here](../../INSTALL.md).
+To install gRPC on your system, follow the instructions to build from source [here](../../INSTALL.md). This also installs the protocol buffer compiler `protoc` (if you don't have it already), and the C++ gRPC plugin for `protoc`.
## Hello C++ gRPC!