Skip to content

Commit

Permalink
README.md: added instructions for SUSE Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed May 24, 2024
1 parent 7c1d53e commit b29ebd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ it automates all the steps below and much more!
- Debian / Ubuntu: `sudo apt-get install libsdl2-2.0`
- Red-Hat-based: `sudo yum install SDL2`
- Arch Linux: `sudo pacman -S sdl2`
- SUSE Linux: `sudo zypper install SDL2`
2. Configure uinput and hidraw:
1. Create an uinput group: `sudo groupadd -f uinput`
2. Add yourself to the group: `sudo gpasswd -a "$USER" uinput`
Expand Down

0 comments on commit b29ebd4

Please sign in to comment.