Improved node install instructions and bumped version

This commit is contained in:
murgatroid99 2015-03-12 12:53:10 -07:00
parent 9807dca39f
commit 2a2bedf55b
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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/",