diff options
| author | SeongChan Lee <foriequal@gmail.com> | 2024-12-28 21:20:07 +0900 |
|---|---|---|
| committer | SeongChan Lee <foriequal@gmail.com> | 2024-12-28 21:21:36 +0900 |
| commit | d4ed156bef862b8d24c655b52fef162d614d2a29 (patch) | |
| tree | 32da083d574313fa47818bd097f31420ee5c1b50 | |
| parent | 11cca6d4e9b49ec3779573f68917e362e4d65d36 (diff) | |
| download | hid-tmff2-d4ed156bef862b8d24c655b52fef162d614d2a29.tar.gz hid-tmff2-d4ed156bef862b8d24c655b52fef162d614d2a29.zip | |
Update README to mention linuxconsole tools dependencies
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -62,6 +62,13 @@ sudo pacman -S linux-neptune-68-headers If none of the above work, please do open up an issue. +Joystick utilities from [linuxconsole tools](http://sf.net/projects/linuxconsole/) are needed for uvdev rules to work: +```shell +sudo apt install joystick # Debian-based +sudo pacman -S joyutils # Arch-based +sudo yum install linuxconsoletools # Fedora-based +``` + #### Manual installation + Unplug wheel from computer + Run |
