Install master version

This commit is contained in:
Unrud 2020-08-07 04:55:40 +02:00
parent 69b1a4ea77
commit 03e7e209da

View File

@ -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. Radicale is really easy to install and works out-of-the-box.
```bash ```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 $ python3 -m radicale --storage-filesystem-folder=~/.var/lib/radicale/collections
``` ```
@ -60,7 +60,7 @@ Then open a console and type:
```bash ```bash
# Run the following command as root or # Run the following command as root or
# add the --user argument to only install for the current user # 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 $ 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: Launch a command prompt and type:
```powershell ```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 C:\Users\User> python -m radicale --storage-filesystem-folder=~/radicale/collections
``` ```