1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

Add instructions to install directly from git

This commit is contained in:
Unrud 2017-05-29 02:04:28 +02:00
parent d8402fa7e8
commit 06efdb17ae

View file

@ -14,9 +14,10 @@ install, just type as superuser:
## Git Repository ## Git Repository
If you want the development version of Radicale, take a look at the If you want the development version of Radicale, take a look at the
[git repository on GitHub]({{ site.github.repository_url }}), or clone it: [git repository on GitHub]({{ site.github.repository_url }}), or install it
directly with:
git clone git://github.com/Kozea/Radicale.git $ python3 -m pip install --upgrade git+https://github.com/Kozea/Radicale
You can also download You can also download
[the Radicale package of the git repository](https://github.com/Kozea/Radicale/tarball/master). [the Radicale package of the git repository](https://github.com/Kozea/Radicale/tarball/master).