include nvm which in documentaiton

master
Daniel Bretoi 2014-11-21 17:55:46 -08:00
parent 8b25457b74
commit c9a53fe0c7
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ Or, you can run any arbitrary command in a subshell with the desired version of
nvm exec 0.10 node --version
You can also get the path to the executable to where it was installed:
nvm which 0.10
In place of a version pointer like "0.10", you can use the special default aliases "stable" and "unstable":
nvm install stable