Merge pull request #3 from BenjaminHCCarr/patch-1
Update Readme.md to reflect Node 6.x
This commit is contained in:
commit
5f6758a0c4
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ This is a simple command line based NPR One client for OS X and Linux.
|
||||||
|
|
||||||
## Installation
|
## 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
|
```sh
|
||||||
$ node -v
|
$ node -v
|
||||||
|
|
@ -23,7 +23,7 @@ Install `mplayer` on Linux:
|
||||||
$ sudo apt-get install -y mplayer
|
$ 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
|
npm install -g npr-one
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue