From 22b11ba2571d526ba0e5e850306aa2a3e5c22e4e Mon Sep 17 00:00:00 2001
From: Michael DM Dryden <mdryden@chem.utoronto.ca>
Date: Mon, 25 Sep 2017 17:23:10 -0400
Subject: [PATCH] Update README.markdown to add homebrew avr-gcc install info

---
 README.markdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.markdown b/README.markdown
index 6178d3d..470cf81 100644
--- a/README.markdown
+++ b/README.markdown
@@ -32,8 +32,8 @@ The most up to date firmware can be found in the `develop` (or individual featur
 
 * Mac or Linux:
 	* GNU Make (OS X: included with Developer Tools)
-	* avr-gcc (OS X: install with homebrew)
-	* avr-libc (OS X: install with homebrew)
+	* avr-gcc (OS X: install with homebrew `brew tap osx-cross/avr && brew install avr-gcc`)
+	* avr-libc (OS X: included with avr-gcc)
 * Windows:
     * Docker
 	
-- 
GitLab