Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #269 from moshisushi/master
Browse files Browse the repository at this point in the history
Add note about Node > 4.x requirement to README.md
  • Loading branch information
RichardLitt committed May 11, 2016
2 parents 65f4b75 + 675b011 commit 18e20af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ IPFS API wrapper library in JavaScript
```bash
$ npm install --save ipfs-api
```
**Note:** ipfs-api requires Node v4.x (LTS) or higher.

#### Running the daemon with the right port

Expand Down Expand Up @@ -117,4 +118,4 @@ MIT.

# Want to hack on IPFS?

[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)

0 comments on commit 18e20af

Please sign in to comment.