aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnrud <Unrud@users.noreply.github.com>2017-07-26 17:51:12 +0200
committerGitHub <noreply@github.com>2017-07-26 17:51:12 +0200
commitd69589b00d1b78c92ed9265fb719be518bb44e67 (patch)
treef1e183f6bd26514b3f366ad19a1f8f9e91bb7346
parentUpdate package for new web plugin interface (diff)
downloadradicaleinfcloud-d69589b00d1b78c92ed9265fb719be518bb44e67.tar.gz
radicaleinfcloud-d69589b00d1b78c92ed9265fb719be518bb44e67.tar.bz2
radicaleinfcloud-d69589b00d1b78c92ed9265fb719be518bb44e67.zip
Update ReadMe
-rw-r--r--README.md17
1 files changed, 12 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4cbaaa2..f4a35a5 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,23 @@
# InfCloud for Radicale
-Integrate [InfCloud](https://www.inf-it.com/open-source/clients/infcloud/) into Radicale's web interface.
+Integrate [InfCloud](https://www.inf-it.com/open-source/clients/infcloud/) into [Radicale](http://radicale.org/)'s web interface.
InfCloud allows you to to manage appointments, tasks and contacts in the browser.
## Installation
- pip3 install --upgrade git+https://github.com/Unrud/RadicaleInfCloud
+```shell
+$ python3 -m pip install --upgrade git+https://github.com/Unrud/RadicaleInfCloud
+```
-You need the
-[development version of Radicale](https://github.com/Kozea/Radicale).
-Set the configuration option `type` in the `web` section to `radicale_infcloud`.
+## Configuration
+
+Set the configuration option `type` in the `web` section to ``radicale_infcloud``.
+
+```ini
+[web]
+type = radicale_infcloud
+```
## License
bgstack15