aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulian Konchunas <conscio@i.ua>2024-04-05 00:28:20 +0300
committerGitHub <noreply@github.com>2024-04-05 00:28:20 +0300
commite3e0a7c7cc6566b2be2d965c032a3ff3aaf6fb32 (patch)
tree797ea73c60244623f534f334486d2b66ead1d404 /README.md
parent42d3bb9ba363d23f141b128513fcc8f5137d3e4f (diff)
downloadhid-tmff2-e3e0a7c7cc6566b2be2d965c032a3ff3aaf6fb32.tar.gz
hid-tmff2-e3e0a7c7cc6566b2be2d965c032a3ff3aaf6fb32.zip
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
```