removed global install on README.md. closes #1773

Guy Lepage 2018-04-04 19:03:03 -04:00
parent d8689f6b9a
commit bc87d3dd1c
No known key found for this signature in database
GPG Key ID: C3E6B7172E1FC26F
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export NVM_DIR="$HOME/.nvm"
```
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. Ensure that the `NVM_DIR` does not contain a trailing slash.
Eg: `curl ... | NVM_DIR="path/to/nvm"`. Ensure that the `NVM_DIR` does not contain a trailing slash.
<sub>*NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.*</sub>