From 675b011007a433bdc2e386b156dac82128ad5610 Mon Sep 17 00:00:00 2001 From: Holodisc Date: Wed, 11 May 2016 19:22:51 +0000 Subject: [PATCH] Add note about Node > 4.x requirement to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fcb2e0bd..abf53c49d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) \ No newline at end of file +[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)