aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-03-24 07:12:34 -0700
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-03-24 07:12:34 -0700
commit518e0c199c69a4df959f78f04e9a5d7e4f85f5a4 (patch)
tree8bf0304973c3e50c3e154e74bdc857d395c4470b /examples/node
parent931245644b9ce41a7f096c788ef37583c8a07941 (diff)
parente7964dd7bb1b978e05f6b7ddb854e5e61f9ed1bf (diff)
Merge pull request #5837 from sreecha/grpc_fixit_node
DocFixit: Troubleshooting info for Windows and some minor tweaks
Diffstat (limited to 'examples/node')
-rw-r--r--examples/node/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/node/README.md b/examples/node/README.md
index c1ef6b05ab..28878833ce 100644
--- a/examples/node/README.md
+++ b/examples/node/README.md
@@ -10,6 +10,11 @@ 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
+ $ cd $REPO_ROOT
+
$ cd examples/node
$ npm install
```