From d385624b8b9bfa479461bdf87dec1af8db908f49 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41e7f7d..6223738 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ 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 ```