diff options
author | Colin T.A. Gray <colinta@gmail.com> | 2018-10-22 14:19:51 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-22 11:19:51 -0700 |
commit | 91bfbb62560cc237066de2392eefbb271eff9d6b (patch) | |
tree | 93e4111e2b7185262209a7aa4853087a7b732d05 /docs/getting_started_build_tools.md | |
parent | dedbc37196d5b9d9ccbb5654441fd84f820c4a7b (diff) | |
download | qmk_firmware-91bfbb62560cc237066de2392eefbb271eff9d6b.tar.gz qmk_firmware-91bfbb62560cc237066de2392eefbb271eff9d6b.zip |
Updates docs - planck 6 and macos instructions (#4201)
* add note about how to install rev6 (dfu-util)
* include instructions on installing dfu-util on macOS
Diffstat (limited to 'docs/getting_started_build_tools.md')
-rw-r--r-- | docs/getting_started_build_tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md index c1e02d4e07..dd3e7805a9 100644 --- a/docs/getting_started_build_tools.md +++ b/docs/getting_started_build_tools.md @@ -58,6 +58,7 @@ If you're using [homebrew,](http://brew.sh/) you can use the following commands: brew update brew install avr-gcc@7 brew install dfu-programmer + brew install dfu-util brew install gcc-arm-none-eabi brew install avrdude |