Skip to content

Commit 41f3e10

Browse files
committed
Add instructions to udev rules file, and fix order
Adding the instructions is useful for linking to the file from elsewhere Order fix supercedes #199
1 parent 8be60e9 commit 41f3e10

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ make
3030
On Linux you can add udev rules in order to run picotool without sudo:
3131

3232
```console
33-
sudo cp udev/99-picotool.rules /etc/udev/rules.d/
33+
sudo cp udev/60-picotool.rules /etc/udev/rules.d/
3434
```
3535

3636
### Windows

bazel/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sudo apt install build-essential libudev-dev
1717
On Linux you can add udev rules in order to run picotool without sudo:
1818

1919
```console
20-
sudo cp udev/99-picotool.rules /etc/udev/rules.d/
20+
sudo cp udev/60-picotool.rules /etc/udev/rules.d/
2121
```
2222

2323
### macOS

udev/99-picotool.rules renamed to udev/60-picotool.rules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copy this file to /etc/udev/rules.d/
2+
# You can reload the udev rules with "udevadm control --reload"
3+
14
SUBSYSTEM=="usb", \
25
ATTRS{idVendor}=="2e8a", \
36
ATTRS{idProduct}=="0003", \

0 commit comments

Comments
 (0)