Fix incorrect instruction in the README

This commit is contained in:
loki-47-6F-64
2021-06-20 15:16:30 +02:00
committed by GitHub
parent bd2d846557
commit 32e6054435

View File

@@ -35,7 +35,7 @@ sunshine needs access to uinput to create mouse and gamepad events:
- Run the following command: - Run the following command:
`nano /etc/udev/rules.d/85-sunshine-input.rules` `nano /etc/udev/rules.d/85-sunshine-input.rules`
- Input the following contents: - Input the following contents:
`KERNEL=="uinput", GROUP="input", mode="0660"` `KERNEL=="uinput", GROUP="input", MODE="0660"`
- Save the file and exit - Save the file and exit
1. `CTRL+X` to start exit 1. `CTRL+X` to start exit
2. `Y` to save modifications 2. `Y` to save modifications