Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jul 6, 2023
1 parent 260f38f commit 02fa2b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ And add this udev rule which will enable your user to access `/dev/uinput`:

```bash
echo "KERNEL==\"uinput\", MODE=\"0660\", GROUP=\"$(id -gn)\", TAG+=\"uaccess\"" | sudo tee -a /etc/udev/rules.d/99-uinput.rules
# Then reload the rules (or reboot):
sudo udevadm control --reload-rules
# Or this command should work too but I did not tested it yet:
sudo usermod -a -G input $(id -u)
# Then reboot to make sure changes are loaded
sudo reboot
```

<details><summary>Alternatively, but not recommended, you can also use the <code>.AppImage</code> file</summary>
Expand Down

0 comments on commit 02fa2b3

Please sign in to comment.