aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-06-29 17:39:07 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-06-29 17:39:07 -0700
commit42812723893b08c466b830b0515c20bd5edb21dc (patch)
treeb3716b913239eacade37748c303e10e1ab71a1cb /examples/node
parent3db76b92b92c5cb0d79fbf81e2526602357a6b84 (diff)
Updated git clone URL
Diffstat (limited to 'examples/node')
-rw-r--r--examples/node/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/node/README.md b/examples/node/README.md
index 59fb4a17f5..b92ca383c4 100644
--- a/examples/node/README.md
+++ b/examples/node/README.md
@@ -12,7 +12,7 @@ INSTALL
```sh
$ # Get the gRPC repository
$ export REPO_ROOT=grpc # REPO root can be any directory of your choice
- $ git clone https://github.com/grpc/grpc.git $REPO_ROOT
+ $ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
$ cd $REPO_ROOT
$ cd examples/node