Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 605 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 605 Bytes

About

This is a translation of "Learning Zig" book by Karl Seguin into Russian.

License

Distributed under the terms of Attribution-NonCommercial-ShareAlike 4.0 International

Converting from md to other formats

epub

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