summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZhanYF <87886461+ZhanYF@users.noreply.github.com>2024-05-05 21:45:10 +1000
committerWez Furlong <wez@wezfurlong.org>2024-05-05 07:03:41 -0700
commit7e5a230ce09183596af53cc777d64d8520492c35 (patch)
treea7d726b3ed077dd12aa096e81a473f0259c0f25d /README.md
parentd0e8eb231fdeaf9c6457b36c1f04164150a82ad0 (diff)
apt: pkg-config is required to build evremap
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60f4ec7..005191c 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ output = ["KEY_MUTE"]
```console
$ sudo dnf install libevdev-devel # redhat/centos
## or
-$ sudo apt install libevdev-dev # debian/ubuntu
+$ sudo apt install libevdev-dev pkg-config # debian/ubuntu
$ cargo build --release
```