From 03e7e209da0307fbf3e7018bb5758fdde24339bb Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 7 Aug 2020 04:55:40 +0200 Subject: [PATCH] Install master version --- DOCUMENTATION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index f5a9620..697a3ea 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -20,7 +20,7 @@ Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV Radicale is really easy to install and works out-of-the-box. ```bash -$ 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 ``` @@ -60,7 +60,7 @@ Then open a console and type: ```bash # 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 ``` @@ -78,7 +78,7 @@ click on "Install now". Wait a couple of minutes, it's done! Launch a command prompt and type: ```powershell -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 ```