diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-03-10 08:18:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-10 08:18:34 +0200 |
| commit | 8187920ed261c7024826f8204cc7bea45153a3da (patch) | |
| tree | a3f91988e1dca238d19bb56aff7d5e78d82b76c6 /README.md | |
| parent | f004195a73be722f6384ecae7d98161481151dff (diff) | |
| download | hid-tmff2-8187920ed261c7024826f8204cc7bea45153a3da.tar.gz hid-tmff2-8187920ed261c7024826f8204cc7bea45153a3da.zip | |
mention DKMS dep in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -52,9 +52,9 @@ Kernel modules require kernel headers to be installed. Use any one of the right command for your distribution: ```shell -sudo apt install linux-headers-generic # Debian-based -sudo pacman -S linux-headers # Arch-based -sudo yum install kernel-devel kernel-headers # Fedora-based +sudo apt install linux-headers-generic dkms # Debian-based +sudo pacman -S linux-headers dkms # Arch-based +sudo yum install kernel-devel kernel-headers dkms # Fedora-based ``` The SteamDeck has a few possible options it seems, try some of these: |
