We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d91564 commit 2ce5ba1Copy full SHA for 2ce5ba1
DOCUMENTATION.md
@@ -24,7 +24,7 @@ Radicale is really easy to install and works out-of-the-box.
24
25
```bash
26
python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
27
-python3 -m radicale --storage-filesystem-folder=~/.var/lib/radicale/collections
+python3 -m radicale --logging-level info --storage-filesystem-folder=~/.var/lib/radicale/collections
28
```
29
30
When the server is launched, open <http://localhost:5232> in your browser!
0 commit comments