From 32e6054435cfbba2121c7eaf1bb3a4a80a40b016 Mon Sep 17 00:00:00 2001 From: loki-47-6F-64 Date: Sun, 20 Jun 2021 15:16:30 +0200 Subject: [PATCH] Fix incorrect instruction in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c4a9a7b..aa504e0b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ sunshine needs access to uinput to create mouse and gamepad events: - Run the following command: `nano /etc/udev/rules.d/85-sunshine-input.rules` - Input the following contents: - `KERNEL=="uinput", GROUP="input", mode="0660"` + `KERNEL=="uinput", GROUP="input", MODE="0660"` - Save the file and exit 1. `CTRL+X` to start exit 2. `Y` to save modifications