added OSX instructions using curl (because wget isn't available by default)
diff --git a/README.mdown b/README.mdown
index 43f0145..4150e07 100644
--- a/README.mdown
+++ b/README.mdown
@@ -12,7 +12,11 @@
$ wget -q -O - http://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo sh
-For Windows users who wish to use the automated install, it is suggested that you install [Cygwin](http://www.cygwin.com/)
+For __OSX__ users, the `wget` command isn't available by default, but `curl` is, so you can run:
+
+ $ curl http://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo sh
+
+For __Windows__ users who wish to use the automated install, it is suggested that you install [Cygwin](http://www.cygwin.com/)
first to install tools like sh and wget. Then simply follow the command:
c:\Users\<user> wget -q -O - http://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sh