[Doc] readme update

This commit is contained in:
2025-10-29 01:51:37 +01:00
parent f92cf0c343
commit 4d78319575

View File

@@ -2,6 +2,13 @@
Usage: `make`
or
```sh
pandoc -t beamer -V handout -V theme:Warsaw -i slides.md -o slides.pdf
## `-V handout` for one slide per one page
```
## Dependecies:
### For Debian:
@@ -18,3 +25,5 @@ sudo apt install tikzit
pacman -Sy pandoc texlive-binextra texlive-pictures texlive-latexrecommended texlive-fontsrecommended
```