Merge pull request #280 from activars/master

added documentation for .nvmrc usage
master
Jordan Harband 2013-08-15 11:58:34 -07:00
commit c2e4e1a8a7
1 changed files with 12 additions and 8 deletions

View File

@ -42,6 +42,10 @@ And then in any new shell just use the installed version:
nvm use 0.10
You can create an `.nmvrc` file containing version number in the project root folder; run the following command to switch versions:
nvm use
Or you can just run it:
nvm run 0.10