Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Added details on .node-version format. Fixes #35.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoung committed Dec 22, 2015
1 parent 293fc8f commit 17c0519
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ avn setup

Now when you `cd` into a directory with a `.node-version` file, `avn` will
automatically detect the change and use your installed version manager to
switch to that version of node.
switch to that version of node. What goes in your `.node-version` file? A
[semver][semver] version number corresponding to the version of Node.js that
your project uses.


## Plugins
Expand Down Expand Up @@ -96,3 +98,4 @@ This project is distributed under the MIT license.
[avn-n]: https://github.com/wbyoung/avn-n
[avn-nodebrew]: https://github.com/kuy/avn-nodebrew
[io.js]: https://iojs.org/
[semver]: http://semver.org/

0 comments on commit 17c0519

Please sign in to comment.