We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f5df2 commit 1a4d132Copy full SHA for 1a4d132
README.md
@@ -8,13 +8,17 @@ $ npm install -g teck-programmer
8
$ teck-firmware-upgrade firmware.hex
9
```
10
11
-Tested only on Linux, but might also work on Windows. It doesn't work on Mac.
+Tested on Linux and Mac, but might also work on Windows.
12
13
### Linux
14
15
This program needs direct access to the usb device, which is usually only accessable for root.
16
Copy `40-teck.rules` into `/etc/udev/rules.d` to automatically give yourself rights on the usb device.
17
18
+### Mac
19
+
20
+No additional configuration needed.
21
22
## License
23
24
This program is free software: you can redistribute it and/or modify
0 commit comments