From 2fd7f1dffcff5ed3c0478e63cd97d1faf93aea86 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Mon, 30 Nov 2020 14:36:53 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18985520..fb47aca5 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ For a list of supported keystrokes and their names, check the output of ## Installation After your installation, independent of the method, you should add yourself -to the `input` and `plugdev` groups so that you can read keycodes from them. -You have to start the application via sudo otherwise. +to the `input` and `plugdev` groups so that you can read information from your +devices. You have to start the application via sudo otherwise. ```bash sudo usermod -a -G plugdev,input $USER