aboutsummaryrefslogtreecommitdiff
path: root/docs/faq_build.md
diff options
context:
space:
mode:
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.
105``` 105```
106brew rm avr-gcc 106brew rm avr-gcc
107brew rm dfu-programmer 107brew rm dfu-programmer
108brew rm dfu-util
108brew rm gcc-arm-none-eabi 109brew rm gcc-arm-none-eabi
109brew rm avrdude 110brew rm avrdude
110brew install avr-gcc 111brew install avr-gcc
111brew install dfu-programmer 112brew install dfu-programmer
113brew install dfu-util
112brew install gcc-arm-none-eabi 114brew install gcc-arm-none-eabi
113brew install avrdude 115brew install avrdude
114``` 116```