From 69b1a4ea7719b022f213b9181bbb2d8578a79200 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 7 Aug 2020 04:55:06 +0200 Subject: [PATCH] Install without git --- DOCUMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 12734b6..f5a9620 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1345,7 +1345,7 @@ If you want the development version of Radicale, take a look at the [git repository on GitHub](https://github.com/Kozea/Radicale/), 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](https://github.com/Kozea/Radicale/tarball/master).