Skip to content

Commit

Permalink
Add BSD installation instructions.
Browse files Browse the repository at this point in the history
Fixes tj#498.
  • Loading branch information
qw3rtman committed Jan 10, 2016
1 parent 2ef6df6 commit e6398ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e6398ba

Please sign in to comment.