add install instructions for udev rule

rebase020124
Patrick C. F. Ernzer 5 years ago
parent 0681d05c4f
commit 8abc7655a8
  1. 8
      README.md

@ -23,6 +23,14 @@ In both configurations, the badge identifies itself on the USB as
## Command Line Installation and Usage ## 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 ### Required dependencies on Debian/Ubuntu Systems
sudo pip install pyhidapi sudo pip install pyhidapi

Loading…
Cancel
Save