summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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