fix readme

This commit is contained in:
Никита Потапов 2024-10-01 11:47:36 +04:00
parent cf165fdf4e
commit ddfc793020

View File

@ -7,3 +7,7 @@ python -m http.server
```bash
xmllint --schema it_companies.xsd it_companies.xml --noout
```
Если ругается и говорит, что такой команды нет, то установить
```bash
sudo apt install libxml2-utils
```