Adding help entry
This commit is contained in:
parent
af105894d7
commit
dc0cff1f25
1
nvm.sh
1
nvm.sh
|
|
@ -182,6 +182,7 @@ nvm() {
|
|||
echo " nvm alias <name> <version> Set an alias named <name> pointing to <version>"
|
||||
echo " nvm unalias <name> Deletes the alias named <name>"
|
||||
echo " nvm copy-packages <version> Install global NPM packages contained in <version> to current version"
|
||||
echo " nvm update Updates nvm itself to the latest version in Github"
|
||||
echo
|
||||
echo "Example:"
|
||||
echo " nvm install v0.4.12 Install a specific version number"
|
||||
|
|
|
|||
Loading…
Reference in New Issue