From 779a33c275b4408d480972c7223b7f6ba6a1c62a Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 11 Jul 2016 13:42:25 -0400 Subject: [PATCH] Update Readme.md to reflect Node 6.x Update re: https://github.com/adafruit/nprone-cli/issues/1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd9d3cb..7e12bd7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a simple command line based NPR One client for OS X and Linux. ## Installation -This package requires the latest stable version of [Node.js](https://nodejs.org) (v6.0 or higher). +This package requires the latest stable version of [Node.js](https://nodejs.org) (v6.0 or higher due to the use of es6). ```sh $ node -v @@ -23,7 +23,7 @@ Install `mplayer` on Linux: $ sudo apt-get install -y mplayer ``` -Make sure you have the latest stable [node.js](https://nodejs.org/en/) installed (4.0 or higher), and then run: +Make sure you have the latest stable [node.js](https://nodejs.org/en/) installed (6.0 or higher), and then run: ``` npm install -g npr-one