calendar.caldav.markdown typo fix (#4234)

Additional system packages had libxm2-dev which should be libxml2-dev
This commit is contained in:
Jordan Hotmann 2017-12-18 00:48:57 -07:00 committed by Fabian Affolter
parent 1fd30d5796
commit f638ff27e5

View File

@ -22,7 +22,7 @@ You need to have a CalDav server and eventually credentials for it. This compone
You might need some additional system packages to compile the Python caldav library. On a Debian based system, install them by:
```bash
$ sudo apt-get install libxm2-dev libxslt1-dev zlib1g-dev
$ sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev
```
### {% linkable_title Basic Setup %}