From addf10fd1e5640262f9a0acc94e0af5b4546ceae Mon Sep 17 00:00:00 2001 From: flumpsi Date: Mon, 20 Apr 2026 21:00:44 +0200 Subject: [PATCH 1/2] clarify how to download source --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 3c0228a4..1f533710 100644 --- a/readme.md +++ b/readme.md @@ -145,8 +145,11 @@ sudo pacman -S --needed wofi wayland-protocols xdotool rofi xorg-server xorg-xin ***warning*** this is a new Wayland build. It will be buggy, but I merged it to main regardless +***note*** remember to clone the repo using git clone and not downloading the source as a zip ```bash +git clone --recursive-submodules https://github.com/collinalexbell/HackMatrix +cd HackMatrix mkdir -p build cd build cmake .. From 40cef1054f41ba15e198bd5c260fc31ec32d622d Mon Sep 17 00:00:00 2001 From: flumpsi Date: Wed, 22 Apr 2026 17:53:09 +0200 Subject: [PATCH 2/2] avoid empty -j argument, it makes system unstable --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1f533710..51ccec29 100644 --- a/readme.md +++ b/readme.md @@ -153,7 +153,7 @@ cd HackMatrix mkdir -p build cd build cmake .. -make -j +make -j$(nproc) ``` ## Running