Browse Source

Merge pull request #776 from IonicaBizauKitchen/source-nvm.sh

Source the nvm.sh file upon install
Jordan Harband 10 years ago
parent
commit
d57f7ea54a
  1. 5
      install.sh

5
install.sh

@ -227,8 +227,9 @@ nvm_do_install() { @@ -227,8 +227,9 @@ nvm_do_install() {
fi
nvm_check_global_modules
echo "=> Close and reopen your terminal to start using nvm"
. $NVM_DIR/nvm.sh
echo "=> You can now start using nvm"
nvm_reset
}

Loading…
Cancel
Save