From 29b41ed4cd94135b4ac909367cadfcb4a389599c Mon Sep 17 00:00:00 2001 From: Kien <73845255+tkv29@users.noreply.github.com> Date: Thu, 30 May 2024 23:38:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fbe3e6b..17d1dda 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ The easiest way to run a local instance of Ark is using the provided Docker imag - run `python tracex/manage.py migrate` to update the database and apply all changes stored in the `migrations` folder ### Execution - -**Web-App:** - Run `python tracex/manage.py runserver` in the root directory of TracEX _(Using e.g. Terminal)_ ### Pre-Commit