Update README.markdown

This commit is contained in:
wiserweb 2016-07-25 20:51:32 -04:00 committed by GitHub
parent 9176a3f3ed
commit b9d709c225

View File

@ -53,8 +53,6 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
```
Where 'user' in the above NVM_DIR exported path is substituted for the current logged in user.
You can customize the install source, directory, profile, and version using the `NVM_SOURCE`, `NVM_DIR`, `PROFILE`, and `NODE_VERSION` variables.
Eg: `curl ... | NVM_DIR=/usr/local/nvm bash` for a global install.