diff options
Diffstat (limited to 'docs/getting_started_vagrant.md')
-rw-r--r-- | docs/getting_started_vagrant.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/getting_started_vagrant.md b/docs/getting_started_vagrant.md index da26682d7..7a4541cfc 100644 --- a/docs/getting_started_vagrant.md +++ b/docs/getting_started_vagrant.md | |||
@@ -20,7 +20,6 @@ The "easy" way to flash the firmware is using a tool from your host OS: | |||
20 | 20 | ||
21 | * [QMK Toolbox](https://github.com/qmk/qmk_toolbox) (recommended) | 21 | * [QMK Toolbox](https://github.com/qmk/qmk_toolbox) (recommended) |
22 | * [Teensy Loader](https://www.pjrc.com/teensy/loader.html) | 22 | * [Teensy Loader](https://www.pjrc.com/teensy/loader.html) |
23 | * [Atmel FLIP](http://www.atmel.com/tools/flip.aspx) | ||
24 | 23 | ||
25 | 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. | 24 | 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. |
26 | 25 | ||