Merge 158bf545c19438ae3927b403821e2ce08cee532f into 9273f23bc89c8af05e8a0d691dfa00c58694d678

This commit is contained in:
Daniel 2017-12-17 00:41:47 +00:00 committed by GitHub
commit e42c3b156e

View File

@ -329,6 +329,13 @@ Afterwards, `nvm use`, `nvm install`, `nvm exec`, `nvm run`, and `nvm which` wil
For example, to make nvm default to the latest 5.9 release, the latest LTS version, or the latest node version for the current directory:
.nvmrc file:
```
5.9
```
Then:
```sh
$ echo "5.9" > .nvmrc