From eca4ab3f6b8758b3e9ae5559f09f607ad3f6208e Mon Sep 17 00:00:00 2001 From: Deko Date: Sat, 4 Mar 2023 11:11:06 +0100 Subject: [PATCH] Update command to run the app --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eacf139..1667224 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Replace `source .env` with your OS' appropriate way of loading environment varia ```bash poetry shell source .env -python app/main.py +python -m app.main ``` ## Running in Docker