Files
workshops/README.md
T
2025-10-29 15:39:20 +01:00

21 lines
269 B
Markdown

# Radionice
Usage: `make`
## Dependecies:
### For Debian:
```bash
sudo apt update
sudo apt install pandoc
sudo apt install tikzit
```
### For Arch:
```bash
pacman -Sy pandoc texlive-binextra texlive-pictures texlive-latexrecommended texlive-fontsrecommended
```