From 1ede50cbae8bc13402a7ad681add4ae7c7fc2f04 Mon Sep 17 00:00:00 2001 From: Eric Lewis Date: Fri, 22 Feb 2019 10:04:13 -0500 Subject: [PATCH] [Docs] Add note about what version of node new shells run with. Fixes #2000 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 51963ec..2ba1b25 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,8 @@ To install a specific version of node: nvm install 6.14.4 # or 10.10.0, 8.9.1, etc ``` +The first version installed becomes the default. New shells will start with the default version of node (e.g., `nvm alias default`). + You can list available versions using ls-remote: ```sh