source command also necessary following the install script step

This commit is contained in:
aj07mm 2015-03-26 14:53:38 -03:00
parent 70370a857f
commit bbf890ecbc
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ or Wget:
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.24.0/install.sh | bash
To activate nvm, you need to source it from your shell:
source ~/.nvm/nvm.sh
<sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc` or `~/.profile`).</sub>
You can customize the install source, directory and profile using the `NVM_SOURCE`, `NVM_DIR`, and `PROFILE` variables.