mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Add the folder where to store collections in the tutorial page
This commit is contained in:
parent
53fec7ca10
commit
4e3f405aa2
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
it thanks to your package manager. Then open a console and type:
|
||||||
|
|
||||||
$ pip3 install radicale
|
$ pip3 install radicale
|
||||||
$ python3 -m radicale --debug
|
$ python3 -m radicale --debug --storage-filesystem-folder=~/.local/radicale
|
||||||
...
|
...
|
||||||
Radicale server ready
|
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:
|
Then launch a command prompt, and type:
|
||||||
|
|
||||||
C:\Users\MyName> python -m pip install radicale
|
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
|
Radicale server ready
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue