From 40f88a5dc0003120d62533ea635f0d94d77f1aca Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 7 Aug 2020 02:23:50 +0200 Subject: Install without git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a35a5..ccaa36f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ InfCloud allows you to to manage appointments, tasks and contacts in the browser ## Installation ```shell -$ python3 -m pip install --upgrade git+https://github.com/Unrud/RadicaleInfCloud +$ python3 -m pip install --upgrade https://github.com/Unrud/RadicaleInfCloud/archive/master.tar.gz ``` ## Configuration -- cgit