From 18b226d186120971a6c5d47792d8aaefc88a73b5 Mon Sep 17 00:00:00 2001 From: Susan Potter Date: Sun, 6 Oct 2013 22:27:19 -0500 Subject: [PATCH] Add README.osx for instructions on installing on OSX using Homebrew --- README.osx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.osx diff --git a/README.osx b/README.osx new file mode 100644 index 000000000..eaf05654b --- /dev/null +++ b/README.osx @@ -0,0 +1,14 @@ +# Homebrew on OSX + +If you develop on OS X (Mavericks, Mountain Lion, Lion, Snow Leopard), the +Yaws formula works correctly for users of Erlang/OTP R16B01 and above. To +install please run: + + brew install yaws + +To install the HEAD using Homebrew run: + + brew install --HEAD yaws + +This capability was made to work correctly with [this pull request +merge](https://github.com/mxcl/homebrew/pull/23076).