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