From: Jesse Vincent Date: Thu, 25 Feb 2016 01:13:55 +0000 (-0800) Subject: Small but crucial fix to Homebrew install instructions X-Git-Tag: v1.4~21^2 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=f2a7423a891ab419a3dfda21e8c0d229a897e08d;p=sx%2Fsimavr.git Small but crucial fix to Homebrew install instructions --- diff --git a/README.md b/README.md index 60339d3..184e19c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Installation ------------ On OSX, we recommend using [homebrew](https://brew.sh): - brew tap osx-cross + brew tap osx-cross/avr brew install --HEAD simavr Otherwise, `make` is enough to just start using __bin/simavr__. To install the __simavr__ command system-wide, `make install RELEASE=1`.