From d64c90e6fa8631bc519db3c8aceb5ad27f024e00 Mon Sep 17 00:00:00 2001 From: Leo-MathGuy <86385005+Leo-MathGuy@users.noreply.github.com> Date: Sat, 25 Mar 2023 18:18:25 -0700 Subject: Typo :nerd_face: --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31ddbf1..7085e72 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,9 @@ echo 'KERNEL=="uinput", GROUP="input"' | sudo tee /etc/udev/rules.d/input.rules For some platforms, you might need to create an `input` group first and run: ``` -echo 'KERNEL=="event*", NAME="input/%k", MODE="660", GROUP="input"' | sudo tee /etc/udev/rules.d/input.rules as well. +echo 'KERNEL=="event*", NAME="input/%k", MODE="660", GROUP="input"' | sudo tee /etc/udev/rules.d/input.rules ``` +as well. ## Systemd -- cgit v1.2.3