summaryrefslogtreecommitdiffstats
path: root/docs/faq_build.md
diff options
context:
space:
mode:
authorColin T.A. Gray <colinta@gmail.com>2018-10-22 20:19:51 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-22 20:19:51 +0200
commit91bfbb62560cc237066de2392eefbb271eff9d6b (patch)
tree93e4111e2b7185262209a7aa4853087a7b732d05 /docs/faq_build.md
parentdedbc37196d5b9d9ccbb5654441fd84f820c4a7b (diff)
downloadqmk_firmware-91bfbb62560cc237066de2392eefbb271eff9d6b.tar.gz
qmk_firmware-91bfbb62560cc237066de2392eefbb271eff9d6b.tar.xz
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/faq_build.md')
-rw-r--r--docs/faq_build.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md
index 00a0d386b..465a283ae 100644
--- a/docs/faq_build.md
+++ b/docs/faq_build.md
@@ -105,10 +105,12 @@ The solution is to remove and reinstall all affected modules.
```
brew rm avr-gcc
brew rm dfu-programmer
+brew rm dfu-util
brew rm gcc-arm-none-eabi
brew rm avrdude
brew install avr-gcc
brew install dfu-programmer
+brew install dfu-util
brew install gcc-arm-none-eabi
brew install avrdude
```