X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Ffaq_build.md;h=465a283aef24796dce2e8710a04eb78e4d4f3193;hb=4665e4ffffcdfc6fe6f498928963adc64f6fefd7;hp=00a0d386b913f8eb582146f70ab03ae8d1c0f669;hpb=ea17e363a61b925c1c6da0146fe383630a7848c0;p=qmk_firmware.git 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 ```