From 8892b707855dfaa9866c14fd96208497e1069fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Levente=20Cs=C5=91ke?= <32789141+tardigrde@users.noreply.github.com> Date: Fri, 16 Jun 2023 07:47:38 +0200 Subject: [PATCH] Fix dev setup docs md rendering Ordered list was badly formatted --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 447a97f6..0b44ba4e 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,8 @@ python -m venv venv cd application/ pip install -r requirements.txt ``` -5 . Run the app -`python wsgi.py` -6. Start worker with `celery -A app.celery worker -l INFO` +5. Run the app `python wsgi.py` +7. Start worker with `celery -A app.celery worker -l INFO` ### Start frontend Make sure you have Node version 16+