1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

Add note about empty arguments in PowerShell

This commit is contained in:
Unrud 2017-07-30 10:58:06 +02:00
parent ea3d088982
commit 1a60ce4aaa

View file

@ -49,6 +49,8 @@ C:\Users\User> python -m pip install --upgrade radicale
C:\Users\User> python -m radicale --config "" --storage-filesystem-folder=~/radicale/collections
```
If you are using PowerShell replace ``--config ""`` with ``--config '""'``.
Victory! Open [http://localhost:5232/](http://localhost:5232/) in your browser!
You can login with any username and password.