Merge pull request #27 from pcfe/pcfe-add-udev-instructions

add install instructions for udev rule
rebase020124
Jürgen Weigert 4 years ago committed by GitHub
commit e8614432b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

@ -25,6 +25,14 @@ This one uses an USB-HID interface, while others use USB-Serial (see references
## 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

Loading…
Cancel
Save