diff --git a/README.markdown b/README.markdown index 1dec381..7477aed 100644 --- a/README.markdown +++ b/README.markdown @@ -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.