summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Andrews <NoahAndrews@users.noreply.github.com>2016-03-02 22:38:22 -0500
committerNoah Andrews <NoahAndrews@users.noreply.github.com>2016-03-02 22:38:22 -0500
commitb9c22ff8fc0e27b1bcc4f62785289ca2c7e695d9 (patch)
tree7c6f60c16f916459fc293e5eee980f99d515be75
parent492e88b24b5c95b028e5e1d97873558280f14ada (diff)
Clarified recommended Mac setup method
-rw-r--r--BUILD_GUIDE.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUILD_GUIDE.md b/BUILD_GUIDE.md
index 07ed0e98d7..783d00e8d1 100644
--- a/BUILD_GUIDE.md
+++ b/BUILD_GUIDE.md
@@ -6,13 +6,15 @@
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:
+If you're using [homebrew,](http://brew.sh/) you can use the following commands:
brew tap osx-cross/avr
brew install avr-libc
brew install dfu-programmer
-Otherwise, these instructions will work:
+This is the recommended method. If you don't have homebrew, [install it!](http://brew.sh/) It's very much worth it for anyone who works in the command line.
+
+You can also try these instructions:
1. Install Xcode from the App Store.
2. Install the Command Line Tools from `Xcode->Preferences->Downloads`.