summaryrefslogtreecommitdiff
path: root/BUILD_GUIDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD_GUIDE.md')
-rw-r--r--BUILD_GUIDE.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/BUILD_GUIDE.md b/BUILD_GUIDE.md
index d7106d9183..07ed0e98d7 100644
--- a/BUILD_GUIDE.md
+++ b/BUILD_GUIDE.md
@@ -6,7 +6,17 @@
What these instructions look like depends on whether NoahAndrews's setup scripts get merged
### Mac
+If you're using homebrew, you can use the following commands:
+ brew tap osx-cross/avr
+ brew install avr-libc
+ brew install dfu-programmer
+
+Otherwise, these instructions will work:
+
+1. Install Xcode from the App Store.
+2. Install the Command Line Tools from `Xcode->Preferences->Downloads`.
+3. Install [DFU-Programmer][dfu-prog].
### Linux