Skip to content

Commit

Permalink
Merge pull request #618 from mikeal/patch-1
Browse files Browse the repository at this point in the history
Adding iojs to README.
  • Loading branch information
ljharb committed Jan 22, 2015
2 parents dd14651 + 0471d0f commit 2755227
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ In place of a version pointer like "0.10", you can use the special default alias
nvm install unstable
nvm use stable
nvm run unstable --version

If you want to install `io.js`:

nvm install iojs

If you want to use the system-installed version of node, you can use the special default alias "system":

Expand Down

0 comments on commit 2755227

Please sign in to comment.