From 29098a8f1d1cd98a38013fecfe38f1f5d9c1460f Mon Sep 17 00:00:00 2001 From: loki Date: Sat, 18 Jan 2020 00:16:53 +0100 Subject: [PATCH] Improve README --- README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.txt b/README.txt index ece2fa41..5071b660 100644 --- a/README.txt +++ b/README.txt @@ -11,6 +11,9 @@ Compilation: Setup: * sunshine needs access to uinput to create mouse and gamepad events: * Add user to group 'input': "usermod -a -G input username + * Create a file: "/etc/udev/rules.d/85-input.rules" + * The contents of the file is as follows: + SUBSYSTEM=="input", mode="660" * assets/sunshine.conf is an example configuration file. Modify it as you see fit and use it by running: "sunshine path/to/sunshine.conf" * assets/sunshine.service is used to start sunshine in the background: * cp sunshine.service $HOME/.config/systemd/user/