Changed clone url after repo migration.

This commit is contained in:
Marcus Scholz 2021-10-18 09:58:50 +02:00
parent 196fb02436
commit 1bc283bd8d
1 changed files with 1 additions and 1 deletions

View File

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