readme: Fix udev script path

This commit is contained in:
arturo182 2022-05-23 01:15:57 +02:00 committed by GitHub
parent f82ff3fdf6
commit 7ab4cd3388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ See the `boards` directory for a list of available boards.
You can configure the software over USB in a similar way you would do it over I2C. You can access the same registers (like the backlight register) using the USB Vendor Class.
If you don't want to prefix all config interactions with `sudo`, you can copy the included udev rule:
sudo cp tools/99-i2c_puppet.rules /lib/udev/rules.d/
sudo cp etc/99-i2c_puppet.rules /lib/udev/rules.d/
sudo udevadm control --reload
sudo udevadm trigger