Clarify difference between `nvm ls` and `nvm ls-remote`.

master
Hugo Josefson 2013-03-04 12:54:42 +01:00
parent 3ce23aa726
commit e4acd63991
1 changed files with 5 additions and 1 deletions

View File

@ -46,10 +46,14 @@ Or you can just run it:
nvm run 0.8
If you want to see what versions are available:
If you want to see what versions are installed:
nvm ls
If you want to see what versions are available to install:
nvm ls-remote
To restore your PATH, you can deactivate it.
nvm deactivate