diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-02-16 17:06:00 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-02-16 17:06:00 -0800 |
commit | cdef9bd02f909d97f3f3232267fa14ed9ab4e300 (patch) | |
tree | 31d249630bd15976320ed1ac0164cf9db17369a8 | |
parent | 8d88997ffda540e04d03a0e1ac12c8b94e2d1d45 (diff) |
Updated QMK Overview (markdown)
-rw-r--r-- | QMK-Overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QMK-Overview.md b/QMK-Overview.md index 8ae0d136ee..d90457daa1 100644 --- a/QMK-Overview.md +++ b/QMK-Overview.md @@ -48,7 +48,7 @@ In the above commands, replace: * `<programmer>` The programmer to use. Most keyboards use `dfu`, but some use `teensy`. Infinity keyboards use `dfu-util`. Check the readme file in the keyboard folder to find out which programmer to use. * If you don't add `-<programmer` to the command line, the firmware will be still be compiled into a hex file, but the upload will be skipped. -**NOTE:** Some operating systems will refuse to program unless you run the make command as root for example `sudo make dfu` +**NOTE:** Some operating systems will refuse to program unless you run the make command as root for example `sudo make clueboard-default-dfu` ## Make Examples |