diff options
author | murgatroid99 <mlumish@google.com> | 2015-03-12 12:53:10 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-03-12 12:53:10 -0700 |
commit | 3f6cd88533eee70d89753bdd1f471be9dbe13f83 (patch) | |
tree | fe69a25260d517af977a3da2acc119b9233fc296 /src | |
parent | e7268b8f841b334ea86f7432c0c1c62683b7d112 (diff) |
Improved node install instructions and bumped version
Diffstat (limited to 'src')
-rw-r--r-- | src/node/README.md | 6 | ||||
-rw-r--r-- | src/node/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/node/README.md b/src/node/README.md index 5b3de6b4f6..b1d2310ede 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -10,9 +10,9 @@ This requires `node` to be installed. If you instead have the `nodejs` executabl ## Installation -First, clone this repository (NPM package coming soon). Then follow the instructions in the `INSTALL` file in the root of the repository to install the C core library that this package depends on. - -Then, simply run `npm install` in or referencing this directory. + 1. Clone [the grpc repository](https://github.com/grpc/grpc). + 2. Follow the instructions in the `INSTALL` file in the root of that repository to install the C core library that this package depends on. + 3. Run `npm install`. ## Tests diff --git a/src/node/package.json b/src/node/package.json index f8c3ab079d..29cbab97bf 100644 --- a/src/node/package.json +++ b/src/node/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "0.5.3", + "version": "0.5.4", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "http://www.grpc.io/", |