Skip to content

Commit 1ede50c

Browse files
ericandrewlewisljharb
authored andcommitted
[Docs] Add note about what version of node new shells run with.
Fixes #2000
1 parent e0d8752 commit 1ede50c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ To install a specific version of node:
221221
nvm install 6.14.4 # or 10.10.0, 8.9.1, etc
222222
```
223223

224+
The first version installed becomes the default. New shells will start with the default version of node (e.g., `nvm alias default`).
225+
224226
You can list available versions using ls-remote:
225227

226228
```sh

0 commit comments

Comments
 (0)