mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	Added note about OSX's missing .bash_profile file.
This commit is contained in:
		| @@ -38,6 +38,8 @@ Eg: `curl ... | NVM_DIR="path/to/nvm" bash` | |||||||
|  |  | ||||||
| <sub>*NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.*</sub> | <sub>*NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.*</sub> | ||||||
|  |  | ||||||
|  | Note: On OSX, if you get `nvm: command not found` after running the install script, your system may not have a [.bash_profile file] where the command is set up. Simple create one with `touch ~/.bash_profile` and run the install script again. | ||||||
|  |  | ||||||
| ### Manual install | ### Manual install | ||||||
|  |  | ||||||
| For manual install create a folder somewhere in your filesystem with the `nvm.sh` file inside it. I put mine in `~/.nvm`. | For manual install create a folder somewhere in your filesystem with the `nvm.sh` file inside it. I put mine in `~/.nvm`. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user