diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -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 |