Merge pull request #78 from grpc/oaktowner-patch-4

Update README.md
pull/3109/head
Michael Lumish 10 years ago
commit 20579e97eb
  1. 16
      node/README.md

@ -10,9 +10,21 @@ INSTALL
-------
- Clone this repository
```sh
$ git clone https://github.com/grpc/grpc-common.git
```
- Follow the instructions in [INSTALL](https://github.com/grpc/grpc/blob/master/INSTALL) to install the gRPC C core.
- Run `npm install` to install dependencies
- If `grpc` is not found, clone the [gRPC](https://github.com/grpc/grpc) repository and run `npm install path/to/grpc/src/node`.
- Install
```sh
$ cd grpc-common/node
$ npm install
# If node is not found, you'll need to clone the grpc repository (if you haven't already)
$ git clone https://github.com/grpc/grpc.git
$ npm install ~/grpc/src/node
```
Try it!
-------

Loading…
Cancel
Save