Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,15 @@ 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 ..
make -j
make -j$(nproc)
```

## Running
Expand Down