Update rootless instructions for Arch Linux

Fix #329
pull/345/head
Takashi Kokubun 10 months ago
parent 87b55b2485
commit 84bda803b1

@ -86,9 +86,11 @@ uinput
Then add udev rule.
```bash
echo 'KERNEL=="uinput", GROUP="input", MODE="0660"' | sudo tee /etc/udev/rules.d/99-input.rules
echo 'KERNEL=="uinput", GROUP="input", TAG+="uaccess"' | sudo tee /etc/udev/rules.d/99-input.rules
```
Then reboot the machine.
#### Debian
Make sure `uinput` is loaded same as in Arch:
```

Loading…
Cancel
Save