Update README.markdown
This commit is contained in:
parent
9176a3f3ed
commit
b9d709c225
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue