mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #499 from tj/add-bsd-installation
Add BSD installation instructions.
This commit is contained in:
commit
e7083decec
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue