aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-04-05 00:36:17 +0300
committerGitHub <noreply@github.com>2024-04-05 00:36:17 +0300
commit414f1f03f1ef9d51829d10b92e03bf1bca3bb966 (patch)
tree797ea73c60244623f534f334486d2b66ead1d404 /README.md
parent42d3bb9ba363d23f141b128513fcc8f5137d3e4f (diff)
parente3e0a7c7cc6566b2be2d965c032a3ff3aaf6fb32 (diff)
downloadhid-tmff2-414f1f03f1ef9d51829d10b92e03bf1bca3bb966.tar.gz
hid-tmff2-414f1f03f1ef9d51829d10b92e03bf1bca3bb966.zip
Merge pull request #91 from konchunas/patch-1
Add SteamDeck specific headers dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index befa5b0..5057864 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ one of the right command for your distribution:
```shell
sudo apt install linux-headers-$(uname -r) # Debian-based
sudo pacman -S linux-headers # Arch-based
+sudo pacman -S linux-neptune-61-headers # For SteamDeck specifically
sudo yum install kernel-devel kernel-headers # Fedora-based
```