This commit is contained in:
Dominic Tobias 2017-08-05 22:04:55 +00:00 committed by GitHub
commit 8628418971

View File

@ -190,6 +190,13 @@ And then in any new shell just use the installed version:
nvm use node
```
Or to install and use a specific version:
```sh
nvm install 6.11.1
nvm use 6.11.1
```
Or you can just run it:
```sh