aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-03-18 14:35:54 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-03-18 14:44:31 -0700
commit244545671d5790a3f01b51e028f71b9b1f072c73 (patch)
treede8d22ee9df4738ddc3411837022bc83bda3dd29 /examples/node
parent79787471985c8b1403b82a3f3df225496c0fd7e1 (diff)
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
```