Skip to content
Snippets Groups Projects
Commit 616711d1 authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #1028 from murgatroid99/node_install_instructions_formatting

Improved node install instructions and bumped version
parents bd3913ab 3f6cd885
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,9 @@ This requires `node` to be installed. If you instead have the `nodejs` executabl ...@@ -10,9 +10,9 @@ This requires `node` to be installed. If you instead have the `nodejs` executabl
## Installation ## 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. 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.
Then, simply run `npm install` in or referencing this directory. 3. Run `npm install`.
## Tests ## Tests
......
{ {
"name": "grpc", "name": "grpc",
"version": "0.5.3", "version": "0.5.4",
"author": "Google Inc.", "author": "Google Inc.",
"description": "gRPC Library for Node", "description": "gRPC Library for Node",
"homepage": "http://www.grpc.io/", "homepage": "http://www.grpc.io/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment