summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Vanderhoven <lvdh@noxy.be>2026-01-25 21:55:05 +0100
committerLaurens Vanderhoven <lvdh@noxy.be>2026-01-25 21:55:05 +0100
commit7ac222fe46a456bc8cb82c4265a3cbf1ae20049c (patch)
tree20e718a4020733c268d2b3a7060590a480c35cc7
parent2a5d5ea86d79d3bac2d308cf2d5e0b7cebf8c62b (diff)
downloadxdgctl-7ac222fe46a456bc8cb82c4265a3cbf1ae20049c.tar.gz
Add to readme: build dependency 'pkg-config'
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3dbb665..b377e06 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ To build `xdgctl`, you need the following development libraries:
```bash
# On Void Linux
-sudo xbps-install glibc-devel
+sudo xbps-install glibc-devel pkg-config
```
## Installation