From f354aa4a688d27be7d712185b2ef7add90da81b5 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 4 Jun 2014 15:36:25 +0300 Subject: [PATCH] INSTALL.md: clone using HTTPS instead of GIT. GitHub seems to be removing the `git://` links. Changing to `https://` in case they are going to discontinue `git://`. [SKIP CI] --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 39ea9db32..a1adf98c1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -60,7 +60,7 @@ libs are installed), then you will need a python-dev or python3-dev package. First start by git cloning Limnoria and moving to the cloned repository. ``` -git clone git://github.com/ProgVal/Limnoria.git +git clone https://github.com/ProgVal/Limnoria.git cd Limnoria ```