Adding help entry

This commit is contained in:
Jordan Harband 2013-08-04 00:10:43 -07:00
parent af105894d7
commit dc0cff1f25
1 changed files with 1 additions and 0 deletions

1
nvm.sh
View File

@ -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"