mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08:00 
			
		
		
		
	added documentation for .nvmrc usage
This commit is contained in:
		| @@ -42,6 +42,10 @@ And then in any new shell just use the installed version: | |||||||
|  |  | ||||||
|     nvm use 0.10 |     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: | Or you can just run it: | ||||||
|  |  | ||||||
|     nvm run 0.10 |     nvm run 0.10 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user