diff options
author | Erez Zukerman <bulk@ezuk.org> | 2016-02-04 15:06:49 -0500 |
---|---|---|
committer | Erez Zukerman <bulk@ezuk.org> | 2016-02-04 15:06:49 -0500 |
commit | 434bcccae07dcf4bd18788cba2058a7fd181fc82 (patch) | |
tree | efdc91437014e8eba8debc03d95ba51d0424a770 | |
parent | 2ce9c1947848a6de2883dfa490d349a8c52d48cf (diff) | |
parent | 2ae39aaa86ad23b315f1ffce89497bee0d805bdc (diff) |
Merge pull request #125 from gkubed/patch-1
Update 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. |