From b9d709c2250a8bb7388bf53e2117ca6260521773 Mon Sep 17 00:00:00 2001 From: wiserweb Date: Mon, 25 Jul 2016 20:51:32 -0400 Subject: [PATCH] Update README.markdown --- README.markdown | 2 -- 1 file changed, 2 deletions(-) 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.