aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/README.md
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-08 14:12:18 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-08 14:12:18 -0800
commit81932891af86bb844999dfe1ca70c68ff30c0a5d (patch)
tree63ded1f25ffebab65f58f887baa8b378de515b5f /examples/cpp/README.md
parent8c3d9943f6061c9c2370ab7e165cb9219adc7a02 (diff)
parent0e67d191267aa9bb641bbeaf11246878c3521e75 (diff)
Merge branch 'master' of github.com:grpc/grpc into codegen_lib
Diffstat (limited to 'examples/cpp/README.md')
-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!