From f9a66914622514c13997c2bf7ec20fa98e9dfc1d Mon Sep 17 00:00:00 2001 From: Dominik Date: Wed, 28 Jul 2021 10:53:35 +0200 Subject: [PATCH] Add Fedora install instructions Fixes #68 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7518469..d928afa 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ hid-nintendo is currently in review on the linux-input mailing list. The most re # Installation 1. clone the repo -2. Install libevdev-dev if you haven't already (`sudo apt install libevdev-dev`) +2. Install requirements (`sudo apt install libevdev-dev` or `sudo dnf install libevdev-devel libudev-devel`) 3. `cmake .` 4. `sudo make install` 5. `sudo systemctl enable --now joycond`