Skip to content

Commit

Permalink
Update faq.md (#812)
Browse files Browse the repository at this point in the history
Combine two add-user-to-group commands into one
  • Loading branch information
debnath-d committed Feb 8, 2024
1 parent e7ea894 commit 8a963a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/faq.md
Expand Up @@ -38,8 +38,7 @@ sudo groupadd uinput

2. Add your user to the `input` and the `uinput` group:
``` shell
sudo usermod -aG input username
sudo usermod -aG uinput username
sudo usermod -aG input,uinput username
```

Make sure that it's effective by running `groups`. You might have to logout and login.
Expand Down

0 comments on commit 8a963a0

Please sign in to comment.