From 1a60ce4aaa09f601e0d11622ae0bb78fec091f01 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 30 Jul 2017 10:58:06 +0200 Subject: [PATCH] Add note about empty arguments in PowerShell --- tutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorial.md b/tutorial.md index 9ecc8ae8..3327a44c 100644 --- a/tutorial.md +++ b/tutorial.md @@ -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.