From 61c5e395e2a850c0bc593d086d858091939ce238 Mon Sep 17 00:00:00 2001 From: Hassan DRAGA <61518789+dragahassan@users.noreply.github.com> Date: Fri, 28 Aug 2020 10:35:16 -0300 Subject: [PATCH] Fixing wrong path It's seem etc folder no longer exist, now it's on "stlink/config/udev/rules.d" instead of "stlink/etc/udev/rules.d". --- doc/compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/compiling.md b/doc/compiling.md index c278c9c..48a4297 100644 --- a/doc/compiling.md +++ b/doc/compiling.md @@ -159,7 +159,7 @@ The rules are located in the subdirectory `config/udev/rules.d` within the sourc Afterwards it may be necessary to reload the udev rules: ```sh -$ cp etc/udev/rules.d /etc/udev/rules.d +$ cp config/udev/rules.d /etc/udev/rules.d $ udevadm control --reload-rules $ udevadm trigger ```