Files
learning-zig-rus/README.md
zed f3d52d856e On branch main
modified:   README.md
new file:   src/zig.yaml
2023-11-22 22:51:32 +03:00

20 lines
456 B
Markdown

# About
This is a translation of
["Learning Zig" book](https://www.openmymind.net/learning_zig/)
by [Karl Seguin](https://github.com/karlseguin) into Russian.
# License
Distributed under the terms of
[Attribution-NonCommercial-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-nc-sa/4.0/)
# Converting
## epub
```
cd src/
pandoc --syntax-definition="zig.xml" --highlight-style="zig.theme" zig.yaml *.md -o learning-zig.ru.epub
```