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".
pull/1020/head
Hassan DRAGA 2020-08-28 10:35:16 -03:00 zatwierdzone przez GitHub
rodzic 6f36574777
commit 61c5e395e2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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
```