aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-12-30 12:04:10 +0200
committerGitHub <noreply@github.com>2021-12-30 12:04:10 +0200
commitc022147a6fef876d08164a32dd5a57b1341586bc (patch)
treef84f00d71c344d26ab666e1d95e1c9bc97325317 /README.md
parentc74908ba07f7e0e0d4d5711e3515e2172d1bd48e (diff)
downloadhid-tmff2-c022147a6fef876d08164a32dd5a57b1341586bc.tar.gz
hid-tmff2-c022147a6fef876d08164a32dd5a57b1341586bc.zip
Added note about kernel header dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index aed55df..50dbac1 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,16 @@ With that in mind,
## Installation
-### Manual
+### Dependencies
+
+Kernel modules require kernel headers to be installed.
+
++ Debian-based: `apt install linux-headers-$(uname -m)` (typically `linux-headers-x86_64`
++ Arch-based: `pacman -S linux-headers`
++ Fedora-based: `yum install kernel-devel kernel-headers`
+
+
+### Manual installation
+ Unplug wheel from computer
+ `git clone --recurse-submodules https://github.com/Kimplul/hid-tmff2.git`