Skip to content

Commit

Permalink
Add note about what version of node new shells run with.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericandrewlewis committed Feb 22, 2019
1 parent 890fbb5 commit 42fb5ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,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.

You can list available versions using ls-remote:

```sh
Expand Down

0 comments on commit 42fb5ea

Please sign in to comment.