Files
learning-zig-rus/README.md
zed 2eab522da9 On branch main
modified:   README.md // test
2024-01-14 16:39:56 +03:00

27 lines
605 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 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
```