Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 453 Bytes

INSTALL.md

File metadata and controls

20 lines (12 loc) · 453 Bytes

Install with Homebrew (Mac OS X only)

If you have Homebrew installed you can easily install git-pinch:

brew tap nnutter/homebrew-misc
brew install git-pinch

Install with PPA (Ubuntu only)

sudo add-apt-repository ppa:nnutter/git-pinch
sudo apt-get update
sudo apt-get install git-pinch

Install using Makefile

You can install from source using make:

make install prefix=$PREFIX