workshops/README.md

21 lines
269 B
Markdown
Raw Normal View History

2024-12-09 00:27:18 +00:00
# Radionice
2023-03-14 16:53:44 +00:00
2024-12-08 21:13:46 +00:00
Usage: `make`
## Dependecies:
2024-12-09 00:27:18 +00:00
### For Debian:
```bash
sudo apt update
sudo apt install pandoc
sudo apt install tikzit
```
2024-12-09 00:27:18 +00:00
### For Arch:
```bash
pacman -Sy pandoc texlive-binextra texlive-pictures texlive-latexrecommended texlive-fontsrecommended
```