From dfac55edba10e57bcdfc1d963d583569e79e9574 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 28 Jul 2024 04:33:09 -0600 Subject: [PATCH] Mods --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 269aa64..326f040 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ Read [Algorithm](#algorithm) for more information about the mechanics. ## Installation +First make sure you have `qt` installed in your system. + +In arch you can do this with: `sudo pacman -S qt6-base` + +In ubuntu/debian you can do this with: `sudo apt install qt6-base-dev` + ### Quick Installation If you have `pipx` and `linux` installed you can use the following command: