From 329a6c4acaa209d85427397b32c989c0ee9975bf Mon Sep 17 00:00:00 2001 From: "L. Bradley LaBoon" Date: Sat, 30 Jun 2018 00:13:32 -0400 Subject: [PATCH] Escape angle brackets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42cfd51..e65baf5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ what arguments are supported. This program must be run with root privileges in order to send data to the keyboard. If you want to avoid this, you can either change the permissions of the device file manually (i.e. `chmod o+w /dev/bus/usb//`, where - and can be found by running `lsusb`), or you can create a udev +\ and \ can be found by running `lsusb`), or you can create a udev rule to do this for you at boot. I have had very limited success with the udev method, since the rules typically get applied very early in the boot process before USB devices get initialized.