From 1bc283bd8d3c64dfb6de3c4de63ba8e1476a0cba Mon Sep 17 00:00:00 2001 From: Marcus Scholz Date: Mon, 18 Oct 2021 09:58:50 +0200 Subject: [PATCH] Changed clone url after repo migration. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 48f0ba6..4b59f00 100644 --- a/Readme.md +++ b/Readme.md @@ -32,7 +32,7 @@ Right now it depends on the following non-core Python 3 libraries. These can be # Installing a development instance ## Clone the repository -`git clone https://git.mowoe.com/reverend/lostplaces-backend.git` +`git clone https://git.commander1024.de/Commander1024/lostplaces-backend` ## Setting up a (pipenv) virtual environment for development After having obtained the repository contents (either via .zip download or git clone), you can easily setup a [pipenv](https://docs.pipenv.org/) virtual environment. The repo provides a Pipfile for easy dependency management that does not mess with your system.