mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	Update README.markdown
Add mention for ~/.bashrc
This commit is contained in:
		| @@ -32,7 +32,7 @@ or Wget: | |||||||
|  |  | ||||||
|     wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash |     wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash | ||||||
|  |  | ||||||
| <sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc` or `~/.profile`).</sub> | <sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).</sub> | ||||||
|  |  | ||||||
| You can customize the install source, directory and profile using the `NVM_SOURCE`, `NVM_DIR`, and `PROFILE` variables. | You can customize the install source, directory and profile using the `NVM_SOURCE`, `NVM_DIR`, and `PROFILE` variables. | ||||||
| Eg: `curl ... | NVM_DIR="path/to/nvm" bash` | Eg: `curl ... | NVM_DIR="path/to/nvm" bash` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user