From d50272040d33703a326f570c994b3e1b66f26dfc Mon Sep 17 00:00:00 2001 From: Braj Date: Sat, 11 Jun 2016 17:56:11 +0530 Subject: [PATCH] Slightly elaborated the instruction for manual install --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 7dff06e..8c91956 100644 --- a/README.markdown +++ b/README.markdown @@ -70,6 +70,7 @@ To activate nvm, you need to source it from your shell: . ~/.nvm/nvm.sh Add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login: +(you may have to add to more than one of the above files) export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm