Skip to content

Commit

Permalink
explicit mention loglevel on example
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Mar 22, 2024
1 parent 6c9bd9d commit cefbff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Radicale is really easy to install and works out-of-the-box.

```bash
python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
python3 -m radicale --storage-filesystem-folder=~/.var/lib/radicale/collections
python3 -m radicale --logging-level info --storage-filesystem-folder=~/.var/lib/radicale/collections
```

When the server is launched, open <http://localhost:5232> in your browser!
Expand Down

0 comments on commit cefbff0

Please sign in to comment.