From 79e45abdfe6778f9139e6c629817c39c71f2ade0 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Fri, 7 Aug 2020 02:58:48 +0000 Subject: [PATCH] Generate documentation --- 3.0.html | 2 +- master.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/3.0.html b/3.0.html index d787451d..e19affc3 100644 --- a/3.0.html +++ b/3.0.html @@ -1076,7 +1076,7 @@ user2:password2

Git Repository

If you want the development version of Radicale, take a look at the git repository on GitHub, or install it directly with:

-
$ python3 -m pip install --upgrade git+https://github.com/Kozea/Radicale
+
$ python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
 

You can also download the content of the repository as an archive.

diff --git a/master.html b/master.html index 31d33d11..fc9b4e5c 100644 --- a/master.html +++ b/master.html @@ -244,7 +244,7 @@

Installation

Radicale is really easy to install and works out-of-the-box.

-
$ python3 -m pip install --upgrade radicale
+
$ python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
 $ python3 -m radicale --storage-filesystem-folder=~/.var/lib/radicale/collections

When the server is launched, open http://localhost:5232/ in your browser! You can login with any username and password.

Want more? Check the tutorials and the documentation.

@@ -267,7 +267,7 @@

Then open a console and type:

# Run the following command as root or
 # add the --user argument to only install for the current user
-$ python3 -m pip install --upgrade radicale
+$ python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
 $ python3 -m radicale --storage-filesystem-folder=~/.var/lib/radicale/collections

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

@@ -275,7 +275,7 @@

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 radicale
+
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

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

@@ -1076,7 +1076,7 @@ user2:password2

Git Repository

If you want the development version of Radicale, take a look at the git repository on GitHub, or install it directly with:

-
$ python3 -m pip install --upgrade git+https://github.com/Kozea/Radicale
+
$ python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
 

You can also download the content of the repository as an archive.