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 + ```