]> arthur.barton.de Git - bup.git/commitdiff
README: git clone with https
authorBruno Bigras <bigras.bruno@gmail.com>
Sun, 12 Jun 2016 16:13:39 +0000 (11:13 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 2 Jul 2016 17:58:30 +0000 (12:58 -0500)
Clone via https:// rather than git:// since it's more widely accessible.

[rlb@defaultvalue.org: augment commit message]
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
README.md

index beb7560d920a24c2db17b56ce768792b2d26e82f..62df1efc61ed8c52ec1803fb4ca5dc14d7e69834 100644 (file)
--- 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).