mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-13 08:34:19 +00:00
Clarify difference between nvm ls and nvm ls-remote.
This commit is contained in:
@@ -46,10 +46,14 @@ Or you can just run it:
|
|||||||
|
|
||||||
nvm run 0.8
|
nvm run 0.8
|
||||||
|
|
||||||
If you want to see what versions are available:
|
If you want to see what versions are installed:
|
||||||
|
|
||||||
nvm ls
|
nvm ls
|
||||||
|
|
||||||
|
If you want to see what versions are available to install:
|
||||||
|
|
||||||
|
nvm ls-remote
|
||||||
|
|
||||||
To restore your PATH, you can deactivate it.
|
To restore your PATH, you can deactivate it.
|
||||||
|
|
||||||
nvm deactivate
|
nvm deactivate
|
||||||
|
|||||||
Reference in New Issue
Block a user