From 41dc4218b9ab1ad15ac3cacba2710c1804bb2c51 Mon Sep 17 00:00:00 2001 From: JBallin Date: Sun, 17 Jun 2018 21:31:56 -0700 Subject: [PATCH] [Docs] add --no-use option to installation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 96e0782..38771f0 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm ``` +**Note:** You can add `--no-use` to the end of the above script (...`nvm.sh --no-use`) to postpone using `nvm` until you manually [`use`](#usage) it. + 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="path/to/nvm"`. Ensure that the `NVM_DIR` does not contain a trailing slash.