From 4e3f405aa2830d6772f4c2925b668b51ca300ace Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 15 Apr 2017 16:06:47 +0200 Subject: [PATCH] Add the folder where to store collections in the tutorial page --- tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial.md b/tutorial.md index 3f5fca70..b8a8ddb0 100644 --- a/tutorial.md +++ b/tutorial.md @@ -26,7 +26,7 @@ First of all, check that you have Python 3.4 or superior installed, or install it thanks to your package manager. Then open a console and type: $ pip3 install radicale - $ python3 -m radicale --debug + $ python3 -m radicale --debug --storage-filesystem-folder=~/.local/radicale ... Radicale server ready @@ -45,7 +45,7 @@ click on "Install now". Wait a couple of minutes, it's done! Then launch a command prompt, and type: C:\Users\MyName> python -m pip install radicale - C:\Users\MyName> python -m radicale --debug + C:\Users\MyName> python -m radicale --debug --storage-filesystem-folder=~/radicale ... Radicale server ready