Browse Source

Updated QMK Overview (markdown)

skullydazed 8 năm trước cách đây
mục cha
commit
cdef9bd02f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      QMK-Overview.md

+ 1 - 1
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