aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2026-02-08 15:56:29 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2026-02-08 15:56:29 +0200
commit5bfc05c69ec10f45fe38b06506b422a91d762018 (patch)
tree5dc47bc8d5e6bb8a2dda2109af3c2f934e32ee3f
parent66e522e26549afab26d032e900ae9f6576c83b9d (diff)
downloadhid-tmff2-5bfc05c69ec10f45fe38b06506b422a91d762018.tar.gz
hid-tmff2-5bfc05c69ec10f45fe38b06506b422a91d762018.zip
prefer linux-headers-generic
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e8cf95..d9dbaa2 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Kernel modules require kernel headers to be installed. Use any
one of the right command for your distribution:
```shell
-sudo apt install linux-headers-$(uname -r) # Debian-based
+sudo apt install linux-headers-generic # Debian-based
sudo pacman -S linux-headers # Arch-based
sudo yum install kernel-devel kernel-headers # Fedora-based
```