Adding iojs to README.

Not entirely sure this is the best place for this but it was the best I could find.
This commit is contained in:
Mikeal Rogers 2015-01-20 10:21:18 -05:00
parent 43a7d78693
commit 0471d0ffd6

View File

@ -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":