Commit c213052c authored by eddie cianci's avatar eddie cianci Committed by Vincent Driessen

added OSX instructions using curl (because wget isn't available by default)

parent 25def71a
......@@ -12,7 +12,11 @@ git-flow installer, which can be run using the following command:
$ 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment