Add dist to path, add docs

This commit is contained in:
Kyle Kelley
2014-01-30 19:22:44 -08:00
parent b1d0cfa77b
commit 8599ea29f9
2 changed files with 14 additions and 9 deletions

View File

@@ -66,6 +66,11 @@ To set a default Node version to be used in any new shell, use the alias 'defaul
nvm alias default 0.10
To use a mirror of the node binaries, set `$NODEJS_MIRROR`:
export NODEJS_MIRROR=http://nodejs.org/dist
nvm install 0.10
## License
nvm is released under the MIT license.