1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Add the folder where to store collections in the tutorial page

This commit is contained in:
Guillaume Ayoub 2017-04-15 16:06:47 +02:00
parent 53fec7ca10
commit 4e3f405aa2

View file

@ -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