Updated README.md with OS X Homebrew instructions

Added info for OS X homebrew commands alongside the Macports as some people prefer to use Homebrew over MacPorts and it is a pain to switch over from the two.
redo121
Zach 9 years ago
parent e3e67df408
commit 21852dffc3

@ -39,6 +39,11 @@ On Debian Wheezy you run the same command, but you must first add backports to y
sudo port install ruby coreutils
export PATH=$PATH:/opt/local/libexec/gnubin # Needed for sha256sum
### OSX with Homebrew:
brew install ruby coreutils
export PATH=$PATH:/opt/local/libexec/gnubin
#### VirtualBox:

Loading…
Cancel
Save