From 914690185a1fb14eb7210d764c08bbf64fc4d144 Mon Sep 17 00:00:00 2001 From: Nathan Lilienthal Date: Tue, 20 Oct 2015 23:11:21 -0400 Subject: [PATCH] Update with new avr-gcc location --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a33689..5826e9c 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ I'm developing this project on both OS X, and Linux. Windows is simply not on my These instructions are for installing the needed dependencies on OS X, Linux documentation is coming soon™. Make sure you have these packages installed with Homebrew: -- avr-binutils -- avr-gcc -- avr-libc -- avrdude +```sh +brew tap osx-cross/avr +brew install avr-binutils avr-gcc avr-libc avrdude +``` ### Make