From 1bf97f347e3a993dabaefdcec252754a4c7616fd Mon Sep 17 00:00:00 2001 From: Adrian Date: Sun, 15 Apr 2018 17:22:46 +0200 Subject: [PATCH] Update README.md Added note to explain `nvm use` changes node version for shell session lifetime only and does not create a default alias. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1bba03b..5f455f7 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ And then in any new shell just use the installed version: ```sh nvm use node ``` +**Note:** `nvm use` does not change global pointer. It changes pointer for the lifetime of the shell only. Or you can just run it: