From 8abc7655a8031cb7aa13a5f6b64a6c3c6f879182 Mon Sep 17 00:00:00 2001 From: "Patrick C. F. Ernzer" Date: Tue, 31 Dec 2019 22:44:04 +0100 Subject: [PATCH] add install instructions for udev rule --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 81ca274..b55f443 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ In both configurations, the badge identifies itself on the USB as ## Command Line Installation and Usage +### User access to badge on all Linuxes + +The following will install a udev rule allowing anybody read/write +access to the badge via USB. + + sudo cp 99-led-badge-44x11.rules /etc/udev/rules.d/ + sudo udevadm control --reload-rules && sudo udevadm trigger + ### Required dependencies on Debian/Ubuntu Systems sudo pip install pyhidapi