From 672e330f471a3ccd6fd9fcdae5618b3ea2dcf3f6 Mon Sep 17 00:00:00 2001 From: phigoro Date: Sat, 30 May 2020 14:20:10 +0300 Subject: [PATCH] docs: mention installation via FreeBSD pkg --- Installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installation.md b/Installation.md index d56f057..38ba685 100644 --- a/Installation.md +++ b/Installation.md @@ -100,6 +100,12 @@ Last, to use `git summary` and `git ignore-io`, you need to copy `column.exe` from a [msys2][1] installation from `folder-your-msys2-installed/usr/bin` to `folder-your-git-installed/usr/bin` or wait for git 2.7.1, which will include column.exe. +### FreeBSD + +```bash +$ pkg install git-extras +``` + ### BSD Use the instructions to build from source below. Make sure you are using `gmake` (GNU `make`) instead of `make`.