You should update the line in the installation guide. This: ``` brew install avrdude brew tap larsimmisch/avr brew install avr-libc ``` Should be this: ``` brew install avrdude brew tap osx-cross/avr brew install avr-gcc ```