diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-02-08 10:53:50 -0500 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-02-08 10:53:50 -0500 |
commit | bbcc1046a6c7417367c602b7ff46df1cef93804f (patch) | |
tree | ae51eef4043546360b17cc5893dc6e3b840d434c /QUICK_START.md | |
parent | fe1519de0750acb8377abbbcb4b47b766c11df9e (diff) | |
parent | 67f14d938b1cc9fd6713d91a0995d51ee6818a80 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'QUICK_START.md')
-rw-r--r-- | QUICK_START.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QUICK_START.md b/QUICK_START.md index 6be377db3c..948308ca11 100644 --- a/QUICK_START.md +++ b/QUICK_START.md @@ -20,6 +20,6 @@ See [doc/keymap.md](tmk_core/doc/keymap.md). ## Flashing the firmware -The "easy" way to flash the firmware is using a tool from your host OS like the Teensy programming app. [ErgoDox EZ](keyboard/ergodox_ez/README.md) gives a great example. +The "easy" way to flash the firmware is using a tool from your host OS like the Teensy programming app. [ErgoDox EZ](keyboard/ergodox_ez/readme.md) gives a great example. If you want to program via the command line you can uncomment the ['modifyvm'] lines in the Vagrantfile to enable the USB passthrough into Linux and then program using the command line tools like dfu-util/dfu-programmer or you can install the Teensy CLI version. |