fix readme

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

View File

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