From 06efdb17ae1ef3e0f950afc5a56b6bb03acc66bd Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 29 May 2017 02:04:28 +0200 Subject: [PATCH] Add instructions to install directly from git --- download.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/download.md b/download.md index d5cf3773..d6e8b954 100644 --- a/download.md +++ b/download.md @@ -14,9 +14,10 @@ install, just type as superuser: ## Git Repository 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 [the Radicale package of the git repository](https://github.com/Kozea/Radicale/tarball/master).