place arch install instructions

This commit is contained in:
2024-12-09 01:27:18 +01:00
parent f067b0200b
commit e98d4ffbac

View File

@@ -1,13 +1,20 @@
## Radionice
# Radionice
Usage: `make`
## Dependecies:
#### For Debian:
```
### For Debian:
```bash
sudo apt update
sudo apt install pandoc
sudo apt install tikzit
```
#### For Arch:
TODO
### For Arch:
```bash
pacman -Sy pandoc texlive-binextra texlive-pictures texlive-latexrecommended texlive-fontsrecommended
```