I noticed that installation instructions for Fedora are nowhere to be seen on the wiki. My idea is simple: add a section for Fedora. Here's a quick mockup I did:  Also, there could be a script that installs it automatically if the devs want. Here's a script I made that does exactly that: ``` #!/usr/bin/bash cd ~/Downloads wget https://github.com/hwsmm/OpenTabletDriver.Packaging/releases/download/test/OpenTabletDriver.rpm sudo dnf install OpenTabletDriver.rpm -y systemctl --user daemon-reload systemctl --user enable opentabletdriver --now ```
I noticed that installation instructions for Fedora are nowhere to be seen on the wiki. My idea is simple: add a section for Fedora.
Here's a quick mockup I did:
Also, there could be a script that installs it automatically if the devs want. Here's a script I made that does exactly that: