mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-15 23:19:22 +01:00
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:
parent
d8e992d727
commit
f354aa4a68
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user