From af123cd25ddec13d28a6597170f655827ae5f26e Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 29 Nov 2023 17:06:48 +0100 Subject: [PATCH] 'README.md' updaten --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 988dad1..742bf16 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,9 @@ OCTOMODE_APPLICATION_ROOT=/octomode After that, you can simply run: -`make action` +``` +make action +``` This will first check if you already install gunicorn in the `.venv` folder, and after that run *octomode* with `gunicorn` and not the built-in Flask dev server.