mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 14:51:49 +00:00
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:
parent
43a7d78693
commit
0471d0ffd6
@ -72,6 +72,10 @@ In place of a version pointer like "0.10", you can use the special default alias
|
|||||||
nvm use stable
|
nvm use stable
|
||||||
nvm run unstable --version
|
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":
|
If you want to use the system-installed version of node, you can use the special default alias "system":
|
||||||
|
|
||||||
nvm use system
|
nvm use system
|
||||||
|
Loading…
Reference in New Issue
Block a user