From 6d2c9a95b0d8d6bcbfa486c817202c8f9609eecb Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 2 Dec 2015 22:14:08 -0800 Subject: [PATCH] [Docs] remove note about "global install", since `nvm` is not intended for multiuser installs. Per https://github.com/creationix/nvm/issues/918#issuecomment-161527422 --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index fb6bedf..811ecd7 100644 --- a/README.markdown +++ b/README.markdown @@ -25,7 +25,7 @@ or Wget: The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc` or `~/.profile`). You can customize the install source, directory and profile using the `NVM_SOURCE`, `NVM_DIR`, and `PROFILE` variables. -Eg: `curl ... | NVM_DIR=/usr/local/nvm bash` for a global install. +Eg: `curl ... | NVM_DIR="path/to/nvm" bash` *NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.*