From 72edce24b4082e164e3a2fe046b168659eb057f6 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Sun, 12 Jun 2016 11:13:39 -0500 Subject: [PATCH] README: git clone with https Clone via https:// rather than git:// since it's more widely accessible. [rlb@defaultvalue.org: augment commit message] Reviewed-by: Rob Browning Tested-by: Rob Browning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index beb7560..62df1ef 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ From source - Check out the bup source code using git: - git clone git://github.com/bup/bup + git clone https://github.com/bup/bup - Install the required python libraries (including the development libraries). -- 2.39.2