From 2b216ab5d11203cb198fe6e6c9607f4b0dd516f9 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Sat, 10 Aug 2013 10:04:25 +1000 Subject: [PATCH] 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. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a0a8193..1fb3826 100644 --- a/README.markdown +++ b/README.markdown @@ -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