Skip to content

Commit

Permalink
Updated README.md by remove io.js
Browse files Browse the repository at this point in the history
Referring to issue cfpb#682
  • Loading branch information
Anthony Garera authored Jan 26, 2017
1 parent 262a178 commit 9a0a2fb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@ pip install autoenv

### Node, Grunt, Bower, Browserify

1. Install [node.js](http://nodejs.org/), either v0.12 or io.js. If you're using the default version that comes with Mac OSX, you'll need to upgrade - first [install NVM](https://github.com/creationix/nvm).
1. If you installed with NVM, then you can install and set io.js as your default node version:
```sh
nvm install iojs
nvm alias default iojs
```
1. Install [node.js](http://nodejs.org/) LTS or latest version will work.


2. Install [Grunt](http://gruntjs.com/), [Bower](http://bower.io/) and [Browserify](http://browserify.org/):
```sh
npm install -g grunt-cli bower browserify
Expand Down

0 comments on commit 9a0a2fb

Please sign in to comment.