Skip to content

Commit a80d91a

Browse files
committed
Linux things updated in readmes
1 parent 9a86d4d commit a80d91a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

โ€ŽREADME.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
## Resources ๐Ÿ“š
2929

3030
- [Docs](./docs/) ๐Ÿ“˜
31+
- [Linux Docs](./docs/LINUX.md) ๐Ÿ“˜
3132
- [FAQ](https://remote-controller.vercel.app/info/resources/faq/) ๐Ÿ’ฌ
3233
- [Security](https://remote-controller.vercel.app/info/resources/security/) ๐Ÿ”
3334

@@ -51,7 +52,7 @@
5152

5253
| Windows | Linux | MacOS | Browser (Only Client) |
5354
|--------- |------- |------- |--------- |
54-
| โœ” | โŒ› Working on Gamepad support (no Keyboard for the moment) | โŒ (No MacOS to test) | โœ” (Known Issues with Safari) |
55+
| โœ” | โœ” Gamepad support (โŒ Keyboard/Streaming for the moment) | โŒ (No MacOS to test) | โœ” (Known Issues with Safari) |
5556

5657
### Native Gamepad Support ๐ŸŽฎ
5758

โ€Ždocs/LINUX.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Linux
2+
3+
## Execute in Linux
4+
5+
When you run RemoteController you will need to be sure to:
6+
7+
- Your user has read/write permissions for /dev/input/event/* and uinput devices
8+
- Example in Debian: sudo usermod -aG input $USER
9+
- Uinput module enabled
10+
- Example in Debian: sudo modprobe uinput

0 commit comments

Comments
ย (0)