Skip to content

Commit ca0f2ee

Browse files
committed
Update README.md
Add information about install NVM and the correct version of io.js
1 parent 4ec2d95 commit ca0f2ee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This is the repo for the JavaScript.com website.
44

5+
## Installing NVM
6+
7+
- Install NVM (`$ brew install nvm` and follow instructions)
8+
- `$ nvm install io.js-v1.2.0`
9+
- `$ nvm use iojs-v1.2.0`
10+
511
## Running
612

713
* Install dependencies with `$ npm install`.

0 commit comments

Comments
 (0)