summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhinav Prasai <abhinav.prsai@gmail.com>2025-09-30 14:01:57 +0100
committerAbhinav Prasai <abhinav.prsai@gmail.com>2025-09-30 14:01:57 +0100
commit888238b91495be997ad5eebdb3ece07b5dbb2215 (patch)
treee527fa9c249cc34f3fadfaf52aa1956e55ed1cbd
parent7022d8c6220953510280335d3f51e91dec015592 (diff)
fix alpine build instructions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1c66a37..1d31329 100644
--- a/README.md
+++ b/README.md
@@ -262,7 +262,7 @@ sudo zypper install libX11-devel libXinerama-devel gcc make</code></pre>
<details>
<summary>Alpine Linux</summary>
<pre><code>doas apk update
-doas apk add libx11-dev libxinerama-dev gcc make musl-dev linux-headers</code></pre>
+doas apk add libx11-dev libxinerama-dev libxcursor-dev gcc make musl-dev linux-headers</code></pre>
</details>
<details>