mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	readme: show https clone url
The git:// transport is vulnerable to man-in-the-middle and DNS spoofing attacks and its use over untrusted networks should be discouraged. Change to the https:// clone url in the install instructions.
This commit is contained in:
		| @@ -23,7 +23,7 @@ For manual install create a folder somewhere in your filesystem with the `nvm.sh | ||||
|  | ||||
| Or if you have `git` installed, then just clone it: | ||||
|  | ||||
|     git clone git://github.com/creationix/nvm.git ~/.nvm | ||||
|     git clone https://github.com/creationix/nvm.git ~/.nvm | ||||
|  | ||||
| To activate nvm, you need to source it from your bash shell | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user