From bc87d3dd1c380298be2d624331bc83578255f5f9 Mon Sep 17 00:00:00 2001 From: Guy Lepage Date: Wed, 4 Apr 2018 19:03:03 -0400 Subject: [PATCH] removed global install on README.md. closes #1773 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f18e07..cbbf247 100644 --- a/README.md +++ b/README.md @@ -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. *NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.*