-
Notifications
You must be signed in to change notification settings - Fork 11
Installing on Mac OS X
petervanderdoes edited this page Nov 17, 2012
·
17 revisions
Currently not supported as I don't have a MAC and can't create the brew formula.
Even using wget its a one line effort.
wget --no-check-certificate -q -O - https://github.com/petervanderdoes/gitflow/raw/develop/contrib/gitflow-installer.sh install stable| sudo bash
wget --no-check-certificate -q -O - https://github.com/petervanderdoes/gitflow/raw/develop/contrib/gitflow-installer.sh install develop| sudo bash
wget: command not found? curl is only two. (Note that URL is where the above URL currently redirects.)
curl https://raw.github.com/petervanderdoes/gitflow/develop/contrib/gitflow-installer.sh > gitflow-installer.sh
chmod a+x gitflow-installer.sh
sudo bash gitflow-installer.sh install stable
sudo bash gitflow-installer.sh install develop