summaryrefslogtreecommitdiffstats
path: root/QMK-Overview.md
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2017-02-17 02:06:00 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2017-02-17 02:06:00 +0100
commitcdef9bd02f909d97f3f3232267fa14ed9ab4e300 (patch)
tree31d249630bd15976320ed1ac0164cf9db17369a8 /QMK-Overview.md
parent8d88997ffda540e04d03a0e1ac12c8b94e2d1d45 (diff)
downloadqmk_firmware-cdef9bd02f909d97f3f3232267fa14ed9ab4e300.tar.gz
qmk_firmware-cdef9bd02f909d97f3f3232267fa14ed9ab4e300.tar.xz
Updated QMK Overview (markdown)
Diffstat (limited to 'QMK-Overview.md')
-rw-r--r--QMK-Overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMK-Overview.md b/QMK-Overview.md
index 8ae0d136e..d90457daa 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