calendar.caldav.markdown typo fix (#4234)
Additional system packages had libxm2-dev which should be libxml2-dev
This commit is contained in:
parent
1fd30d5796
commit
f638ff27e5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
You might need some additional system packages to compile the Python caldav library. On a Debian based system, install them by:
|
||||||
|
|
||||||
```bash
|
```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 %}
|
### {% linkable_title Basic Setup %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue