From b1c59947279254fc65a03b00cc80892e443b8a75 Mon Sep 17 00:00:00 2001 From: Johannes Schriewer <hallo@dunkelstern.de> Date: Mon, 6 Jan 2025 20:18:56 +0100 Subject: [PATCH] Add forgejo link to readme --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index e82e213..a06358c 100644 --- a/Readme.md +++ b/Readme.md @@ -23,7 +23,9 @@ As configured by default you will need the following: This is a standard Django 5.1 application, if you know how to deploy those the following might sound familiar: -1. Checkout repository: `git clone https://github.com/dunkelstern/inventory.git` +1. Checkout repository: + - Github `git clone https://github.com/dunkelstern/inventory.git` + - ForgeJo: `git clone https://git.dunkelstern.de/dunkelstern/inventory.git` 2. Change to checkout: `cd inventory` 3. Install virtualenv and dependencies: `poetry install --no-root` 4. Migrate the Database: `poetry run python manage.py migrate`