Browse Source

Add "help" to the help message.

install_use_nvmrc
Tim Caswell 15 years ago
parent
commit
4d2e6045eb
  1. 5
      nvm.sh

5
nvm.sh

@ -18,11 +18,12 @@ nvm()
echo "Node Version Manager"
echo
echo "Usage:"
echo " nvm help (Show this message)"
echo " nvm install version (Download and install a released version)"
echo " nvm use version (Set this version in the PATH)"
echo " nvm list (Show all installed versions)"
echo " nvm clone (Clone and install HEAD version)"
echo " nvm update (Pull and rebuild HEAD version)"
echo " nvm list (Show all installed versions)"
echo " nvm use version (Set this version in the PATH)"
echo
echo "Example:"
echo " nvm install v0.1.91"

Loading…
Cancel
Save