On branch main

modified:   README.md
This commit is contained in:
zed
2023-11-23 17:24:04 +03:00
parent cd0d37530c
commit ea3f7f808a

View File

@@ -17,3 +17,10 @@ Distributed under the terms of
cd src/
pandoc --syntax-definition="zig.xml" --highlight-style="zig.theme" zig.yaml *.md -o learning-zig.ru.epub
```
## docx
```
cd src/
pandoc --syntax-definition="zig.xml" --highlight-style="zig.theme" *.md -o learning-zig.ru.docx
```