diff options
| author | Laurens Vanderhoven <lvdh@noxy.be> | 2026-01-25 21:55:05 +0100 |
|---|---|---|
| committer | Laurens Vanderhoven <lvdh@noxy.be> | 2026-01-25 21:55:05 +0100 |
| commit | 7ac222fe46a456bc8cb82c4265a3cbf1ae20049c (patch) | |
| tree | 20e718a4020733c268d2b3a7060590a480c35cc7 | |
| parent | 2a5d5ea86d79d3bac2d308cf2d5e0b7cebf8c62b (diff) | |
| download | xdgctl-7ac222fe46a456bc8cb82c4265a3cbf1ae20049c.tar.gz | |
Add to readme: build dependency 'pkg-config'
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
