Update INSTALL.md

* Add 'pkg-config' dependency for Arch / Manjaro
This commit is contained in:
abraunegg 2021-02-17 17:35:09 +11:00 committed by GitHub
parent 07a9a94969
commit e10073ae00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,7 +228,7 @@ sudo dnf install libnotify-devel
### Dependencies: Arch Linux & Manjaro Linux
```text
sudo pacman -S curl sqlite ldc
sudo pacman -S pkg-config curl sqlite ldc
```
For notifications the following is also necessary:
```text