mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
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
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user