From e98d4ffbac8ab5b9f94e9c14dd8c13cc94ca8f08 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Mon, 9 Dec 2024 01:27:18 +0100 Subject: [PATCH] place arch install instructions --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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 +``` +