From 8d4b497847ba49d90082d069902a9b01ec9eff99 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 10 Jun 2017 18:51:58 +0200 Subject: [PATCH] Change Windows folder to ~/radicale/collections It's consistent with instructions for linux --- tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.md b/tutorial.md index d78b40bb..0aed73c4 100644 --- a/tutorial.md +++ b/tutorial.md @@ -46,7 +46,7 @@ Launch a command prompt and type: ``` C:\Users\User> python -m pip install --upgrade radicale -C:\Users\User> python -m radicale --config "" --storage-filesystem-folder=~/radicale +C:\Users\User> python -m radicale --config "" --storage-filesystem-folder=~/radicale/collections ``` Victory! Open [http://localhost:5232/](http://localhost:5232/) in your browser