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
|
|
```
|
|
|