mirror of
https://gitea.dmz.rs/Decentrala/workshops.git
synced 2026-07-11 05:52:31 +02:00
21 lines
269 B
Markdown
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
|
|
```
|
|
|