diff --git a/README.md b/README.md index 5f7569f..3eff0ad 100644 --- a/README.md +++ b/README.md @@ -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 +``` +