Updated run command in readme

This commit is contained in:
Edgar P. Burkhart 2022-01-29 11:13:41 +01:00
parent 2752be164a
commit d385624b8b
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

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