summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```