From 0c41c98cb8b599dc39715a4ccad8c9aede42b955 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Mon, 20 Dec 2021 20:34:31 +0000 Subject: [PATCH] Generate documentation --- master.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master.html b/master.html index 947220d4..2406a4b2 100644 --- a/master.html +++ b/master.html @@ -278,8 +278,8 @@

Windows

The first step is to install Python. Go to python.org and download the latest version of Python 3. Then run the installer. On the first window of the installer, check the "Add Python to PATH" box and click on "Install now". Wait a couple of minutes, it's done!

Launch a command prompt and type:

-
C:\Users\User> python -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
-C:\Users\User> python -m radicale --storage-filesystem-folder=~/radicale/collections
+
python -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
+python -m radicale --storage-filesystem-folder=~/radicale/collections

Victory! Open http://localhost:5232 in your browser! You can log in with any username and password.