aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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