aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-03-03 14:49:03 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-03-03 14:59:37 -0800
commita22a50d61795c38522fe8b032603c63fcef7f93f (patch)
tree287771b8951f22c89ce177c78277deb62c50a560 /INSTALL.md
parent6dd3c707c2dd921288a82ec9813d41b567ff07b6 (diff)
bit of text change
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 aa809f23c8..d9411db021 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,7 +1,7 @@
#If you are in a hurry
-For language-specific installation instructions, please refer to these
-documents
+For language-specific installation instructions for gRPC runtime, please
+refer to these documents
* [C++](examples/cpp)
* [C#](src/csharp): NuGet package `Grpc`
@@ -34,7 +34,8 @@ terminal:
#Build from Source
-This is for compiling just the gRPC C Core library.
+For developers who are interested to contribute, here is how to compile the
+gRPC C Core library.
```sh
$ git clone https://github.com/grpc/grpc.git