From 9717abe414d242613f92e773c8a2cec413490352 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 18 Jul 2025 20:34:53 +0200 Subject: Added Void Linux instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 897de31..4deb012 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ provides a zoomed view of the area around your mouse cursor. First, ensure you have the necessary development libraries installed: ```sh +# On Void Linux +sudo xbps-install -S libX11-devel libXfixes-devel libXrender-devel + # On Debian/Ubuntu sudo apt-get install libx11-dev libxfixes-dev libxrender-dev -- cgit v1.2.3