From 2dbac9329dcb8ba323a96a7cc9ab1b538c78bf26 Mon Sep 17 00:00:00 2001 From: kontiko <42442870+kontiko@users.noreply.github.com> Date: Sat, 5 Feb 2022 18:37:05 +0100 Subject: [PATCH] Update README.md added libudev-dev package to apt install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d928afa..5a5a975 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 requirements (`sudo apt install libevdev-dev` or `sudo dnf install libevdev-devel libudev-devel`) +2. Install requirements (`sudo apt install libevdev-dev libudev-dev` or `sudo dnf install libevdev-devel libudev-devel`) 3. `cmake .` 4. `sudo make install` 5. `sudo systemctl enable --now joycond`