diff options
author | Unrud <Unrud@users.noreply.github.com> | 2017-07-26 17:51:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 17:51:12 +0200 |
commit | d69589b00d1b78c92ed9265fb719be518bb44e67 (patch) | |
tree | f1e183f6bd26514b3f366ad19a1f8f9e91bb7346 | |
parent | Update package for new web plugin interface (diff) | |
download | radicaleinfcloud-d69589b00d1b78c92ed9265fb719be518bb44e67.tar.gz radicaleinfcloud-d69589b00d1b78c92ed9265fb719be518bb44e67.tar.bz2 radicaleinfcloud-d69589b00d1b78c92ed9265fb719be518bb44e67.zip |
Update ReadMe
-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 |