From 7ab4cd338818d99b297338ab26e23300f50855d6 Mon Sep 17 00:00:00 2001 From: arturo182 Date: Mon, 23 May 2022 01:15:57 +0200 Subject: [PATCH] readme: Fix udev script path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 949fac4..10f1559 100644 --- a/README.md +++ b/README.md @@ -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