aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpp/README.md')
-rw-r--r--src/cpp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/README.md b/src/cpp/README.md
index f2935e52d9..8c0f85e5ff 100644
--- a/src/cpp/README.md
+++ b/src/cpp/README.md
@@ -51,7 +51,7 @@ below.
#Build from Source
```sh
- $ git clone https://github.com/grpc/grpc.git
+ $ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc
$ cd grpc
$ git submodule update --init
$ make