From 36fb1af01e0bba6fede297fe8983c01a3f31773e Mon Sep 17 00:00:00 2001 From: Kyattsukuro Date: Thu, 18 Sep 2025 10:57:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23e91b2..8802aa7 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,5 @@ For the backend, install dependencies and run the server: ```sh pip install -r simple_chat_api/requirements.txt -python -m simple_chat_api +DEV=true python -m simple_chat_api ```