aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/helloworld/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpp/helloworld/README.md')
-rw-r--r--examples/cpp/helloworld/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp/helloworld/README.md b/examples/cpp/helloworld/README.md
index 04283eabc3..db953f5362 100644
--- a/examples/cpp/helloworld/README.md
+++ b/examples/cpp/helloworld/README.md
@@ -12,7 +12,7 @@ following command:
```sh
-$ git clone https://github.com/grpc/grpc.git
+$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc
```
Change your current directory to examples/cpp/helloworld