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]
This commit is contained in:
Mikaela Suomalainen 2014-06-04 15:36:25 +03:00
parent d8e992d727
commit f354aa4a68
1 changed files with 1 additions and 1 deletions

View File

@ -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
```