diff options
author | Unrud <Unrud@users.noreply.github.com> | 2020-08-07 02:23:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 02:23:50 +0200 |
commit | 40f88a5dc0003120d62533ea635f0d94d77f1aca (patch) | |
tree | 84fdd4665ccd19b8d0c4adc6cbaeb699302ed2bc | |
parent | Update for Radicale 3.0.x (diff) | |
download | radicaleinfcloud-40f88a5dc0003120d62533ea635f0d94d77f1aca.tar.gz radicaleinfcloud-40f88a5dc0003120d62533ea635f0d94d77f1aca.tar.bz2 radicaleinfcloud-40f88a5dc0003120d62533ea635f0d94d77f1aca.zip |
Install without git
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |