From 44b8ebdfde5e7e5ff497652a3de711e5d1133dc3 Mon Sep 17 00:00:00 2001 From: Szymon Pajzert Date: Mon, 17 Sep 2018 09:38:40 +0200 Subject: [PATCH] Update README.md to use HTTPS in git clone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec0a8b5..b1f8a6c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ $ source bin/activate # Activate the virtualenv Then, download and install kiwix-build and its dependencies: ``` -$ git clone git://github.com/kiwix/kiwix-build.git +$ git clone https://github.com/kiwix/kiwix-build.git $ cd kiwix-build $ pip install . $ hash -r # Refresh bash paths