mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	Using our conventional NVM_ prefix for env vars.
Per https://github.com/creationix/nvm/pull/245#issuecomment-33821443
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user