Browse Source

Add message explaining how to use nvm

Luke Childs 9 years ago
parent
commit
3417e9d9a3
  1. 3
      install.sh

3
install.sh

@ -297,6 +297,9 @@ nvm_do_install() {
nvm_install_node nvm_install_node
nvm_reset nvm_reset
echo "=> Close and reopen your terminal to start using nvm or run the following to use it now:"
printf "$SOURCE_STR"
} }
# #

Loading…
Cancel
Save