Using our conventional NVM_ prefix for env vars.

Per https://github.com/creationix/nvm/pull/245#issuecomment-33821443
This commit is contained in:
Jordan Harband
2014-01-31 10:00:19 -08:00
parent 5f225cd625
commit ecb7a15baa
2 changed files with 14 additions and 12 deletions

View File

@@ -66,11 +66,13 @@ 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`:
To use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`:
export NODEJS_MIRROR=http://nodejs.org/dist
export NVM_NODEJS_ORG_MIRROR=http://nodejs.org/dist
nvm install 0.10
NVM_NODEJS_ORG_MIRROR=http://nodejs.org/dist nvm install 0.10
## License
nvm is released under the MIT license.