diff options
author | David Garcia Quintas <dgq@google.com> | 2016-06-29 17:39:07 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-06-29 17:39:07 -0700 |
commit | 42812723893b08c466b830b0515c20bd5edb21dc (patch) | |
tree | b3716b913239eacade37748c303e10e1ab71a1cb /examples/objective-c | |
parent | 3db76b92b92c5cb0d79fbf81e2526602357a6b84 (diff) |
Updated git clone URL
Diffstat (limited to 'examples/objective-c')
-rw-r--r-- | examples/objective-c/helloworld/README.md | 2 |
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 ``` |