Add to readme: build dependency 'pkg-config'

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)
-rw-r--r-- README.md 2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
...
30
  
30
  
31
```bash
31
```bash
32
# On Void Linux
32
# On Void Linux
33
sudo xbps-install glibc-devel
33
sudo xbps-install glibc-devel pkg-config
34
```
34
```
35
  
35
  
36
## Installation
36
## Installation
...