Skip to content

Commit

Permalink
Added "brew install cc65" alternative cc65 install
Browse files Browse the repository at this point in the history
Based on #22 I've added brew installation instructions for the cc65 toolchain.
  • Loading branch information
gregkrsak authored Oct 30, 2020
1 parent cede1d5 commit 90804c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Finally, start Nestopia and load the generated ```first_nes.nes``` file. You can
Mac OS:
-------

First, get the cc65 binutils by following [these instructions](http://macappstore.org/cc65/).
First, get the cc65 binutils by following [these instructions](http://macappstore.org/cc65/) (alternatively, if you have ```brew``` installed, type ```brew install cc65```).


Next, if you don't already have an NES emulator, install the [Nestopia .dmg](http://www.bannister.org/cgi-bin/download.cgi?nestopia) file.
Expand Down

0 comments on commit 90804c3

Please sign in to comment.