From d69589b00d1b78c92ed9265fb719be518bb44e67 Mon Sep 17 00:00:00 2001 From: Unrud Date: Wed, 26 Jul 2017 17:51:12 +0200 Subject: Update ReadMe --- README.md | 17 ++++++++++++----- 1 file 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 -- cgit