From fcd22d390141a26724d5eb4ca1583262302fad6e Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sat, 29 Jan 2022 11:13:41 +0100 Subject: [PATCH] Updated run command in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41e7f7d..2b1bc4e 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,6 @@ Web-based caldav client. ## Get started In order to start the client, fill the config file and run: ``` -python -m saturn +env FLASK_APP=saturn flask run + ```