Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
docs(README): Add minor instructions on how to build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisportela authored and badboy committed Sep 9, 2015
1 parent 48d84e7 commit d6d00e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,15 @@ For running on Travis check the bundled [.travis.yml](travis.yml).

[npm]: https://npmjs.org/

## Contribute

```
git submodule init
git submodule update
npm install
npm test
```

## Usage

hiredis-node works out of the box with Matt Ranney's [node_redis][node_redis].
Expand Down

0 comments on commit d6d00e5

Please sign in to comment.