Merge pull request #880 from tokencoder/patch-4

Arch distro command differs
pull/881/head
Jesse Vincent 4 years ago committed by GitHub
commit 0c16678050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,6 +58,12 @@ Next step: [Add keyboard support to Arduino](#add-keyboard-support-to-arduino)
$ sudo /etc/init.d/udev reload $ sudo /etc/init.d/udev reload
``` ```
For Arch based distributions the following command will be used instead of `sudo /etc/init.d/udev reload`
```sh
$ sudo udevadm control --reload-rules && udevadm trigger
```
4. Then disconnect and reconnect the keyboard for that change to take effect. 4. Then disconnect and reconnect the keyboard for that change to take effect.
5. You may have to tweak the `ARDUINO_PATH` (put this line in your shell-rc) 5. You may have to tweak the `ARDUINO_PATH` (put this line in your shell-rc)

Loading…
Cancel
Save