Browse Source

I guess export isn't needed in this context.

install_use_nvmrc
Tim Caswell 15 years ago
parent
commit
c657328c8d
  1. 2
      README.markdown

2
README.markdown

@ -12,7 +12,7 @@ Or if you have `git` installed, then just clone it:
Then add two lines to your bash profile:
export NVM_DIR=$HOME/.nvm
NVM_DIR=$HOME/.nvm
. $NVM_DIR/nvm.sh
nvm use

Loading…
Cancel
Save