aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-06-30 13:30:19 -0700
committerGravatar GitHub <noreply@github.com>2016-06-30 13:30:19 -0700
commit27e4979ee5923b49d36c26b8473bc9294f27cd82 (patch)
tree1cbb94fb703afbc63203db799912e0a020fbc223 /examples/objective-c
parent2add6959d08673adeb754d1c0fe35790cd50f484 (diff)
parent42812723893b08c466b830b0515c20bd5edb21dc (diff)
Merge pull request #7161 from dgquintas/use_release
Updated git clone URL
Diffstat (limited to 'examples/objective-c')
-rw-r--r--examples/objective-c/helloworld/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/objective-c/helloworld/README.md b/examples/objective-c/helloworld/README.md
index 81c5aaa7bc..fdff938a97 100644
--- a/examples/objective-c/helloworld/README.md
+++ b/examples/objective-c/helloworld/README.md
@@ -16,7 +16,7 @@ this repository to your local machine by running the following commands:
```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
```