From f4ce915d2ce98a1877fae36323d4e5ece1d7a3c7 Mon Sep 17 00:00:00 2001 From: SidHarder Date: Mon, 17 Oct 2016 12:30:08 -0600 Subject: [PATCH 1/3] Added requirements statement in readme.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53e0ddfba7..dc268a1417 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ This project is available through [npm](https://www.npmjs.com/). To install: $ npm install ipfs --save ``` +Requires npm@3 and node >= 4 + ### Use in Node.js To include this project programmatically: From 9b45d2fb35245b77d28f3fc365e2f64f91edfcd0 Mon Sep 17 00:00:00 2001 From: SidHarder Date: Mon, 17 Oct 2016 12:33:15 -0600 Subject: [PATCH 2/3] Adding Tested OS to requirements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc268a1417..7d6484b4a1 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ $ npm install ipfs --save ``` Requires npm@3 and node >= 4 +Tested on OSX & Linux, expected to work on Windows. ### Use in Node.js From d238e0dfb3be0415c47834cf3ec63873bdb34c5e Mon Sep 17 00:00:00 2001 From: SidHarder Date: Mon, 17 Oct 2016 12:37:34 -0600 Subject: [PATCH 3/3] modify requirements section of readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d6484b4a1..23b3d2f594 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,7 @@ This project is available through [npm](https://www.npmjs.com/). To install: $ npm install ipfs --save ``` -Requires npm@3 and node >= 4 -Tested on OSX & Linux, expected to work on Windows. +Requires npm@3 and node >= 4, tested on OSX & Linux, expected to work on Windows. ### Use in Node.js