]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated QMK Overview (markdown)
authorskullydazed <skullydazed@users.noreply.github.com>
Fri, 17 Feb 2017 01:06:00 +0000 (17:06 -0800)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 17 Feb 2017 01:06:00 +0000 (17:06 -0800)
QMK-Overview.md

index 8ae0d136ee5c3e2447d13ede5fd8bbe7c53533f7..d90457daa1363fd6bd6d027a26aae856d20588f1 100644 (file)
@@ -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