From e2814b08e1860e086e260e71684e04264ed587a2 Mon Sep 17 00:00:00 2001 From: wingaxe Date: Sun, 8 Dec 2024 00:13:18 -0500 Subject: [PATCH] Added dependencies for Debian in README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7922ce1..5f7569f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -# Radionice +## Radionice Usage: `make` + +## Dependecies: +#### For Debian: +``` +sudo apt update +sudo apt install pandoc +sudo apt install tikzit +``` +#### For Arch: +TODO