aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnrud <Unrud@users.noreply.github.com>2020-08-07 02:23:50 +0200
committerGitHub <noreply@github.com>2020-08-07 02:23:50 +0200
commit40f88a5dc0003120d62533ea635f0d94d77f1aca (patch)
tree84fdd4665ccd19b8d0c4adc6cbaeb699302ed2bc
parentUpdate for Radicale 3.0.x (diff)
downloadradicaleinfcloud-40f88a5dc0003120d62533ea635f0d94d77f1aca.tar.gz
radicaleinfcloud-40f88a5dc0003120d62533ea635f0d94d77f1aca.tar.bz2
radicaleinfcloud-40f88a5dc0003120d62533ea635f0d94d77f1aca.zip
Install without git
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
bgstack15