summaryrefslogtreecommitdiff
path: root/docs/build_environment_setup.md
diff options
context:
space:
mode:
authorThat-Canadian <poole.chris.11@gmail.com>2017-08-09 23:17:48 -0400
committerThat-Canadian <poole.chris.11@gmail.com>2017-08-09 23:17:48 -0400
commit48a89ad8649ffe5fa054eccf1b0498f8a0a49b32 (patch)
tree507acee914061af992dd8d657b2374da544c47ae /docs/build_environment_setup.md
parent597ff7aee9a04b4f4f41d6d1f5b2e1223e0e83b8 (diff)
parenta5ab2412ab6bb4df9be121faa8caaf900dc0ba0d (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs/build_environment_setup.md')
-rw-r--r--docs/build_environment_setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/build_environment_setup.md b/docs/build_environment_setup.md
index 2282e9d131..d2d63defbd 100644
--- a/docs/build_environment_setup.md
+++ b/docs/build_environment_setup.md
@@ -50,10 +50,10 @@ If you have trouble and want to ask for help, it is useful to generate a *Win_Ch
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 avr-gcc
brew install dfu-programmer
-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. Note that the `make` and `make install` portion during the homebrew installation of avr-libc can take over 20 minutes and exhibit high CPU usage.
+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. Note that the `make` and `make install` portion during the homebrew installation of avr-gcc can take over 20 minutes and exhibit high CPU usage.
You can also try these instructions: