Merge pull request #499 from tj/add-bsd-installation

Add BSD installation instructions.
This commit is contained in:
Nimit Kalra 2016-01-09 18:03:36 -06:00
commit e7083decec

View file

@ -41,6 +41,10 @@ Last, to use `git line-summary`, `git summary` and `git ignore-io`, you need to
`column.exe` from a [msys2][1] installation from `folder-your-msys2-installed/usr/bin`
to `folder-your-git-installed/usr/bin`.
### BSD
Use the instructions to build from source below. Make sure you are using `gmake` (GNU `make`) instead of `make`.
## Building from source
Obtain the git-extras source by cloning [its GitHub repo](https://github.com/tj/git-extras.git) or downloading a tarball of a [release](https://github.com/tj/git-extras/releases). Then install it by doing `make install` from the source tree.