From bbf890ecbc2331b7aa5d83c8501115fbb8d49dbf Mon Sep 17 00:00:00 2001 From: aj07mm Date: Thu, 26 Mar 2015 14:53:38 -0300 Subject: [PATCH] source command also necessary following the install script step --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index f08bc8f..43e5111 100644 --- a/README.markdown +++ b/README.markdown @@ -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 + The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc` or `~/.profile`). You can customize the install source, directory and profile using the `NVM_SOURCE`, `NVM_DIR`, and `PROFILE` variables.