mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-12 17:49:08 +00:00
Add "help" to the help message.
This commit is contained in:
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"
|
||||
|
Reference in New Issue
Block a user