From 9af1d2b8917710e3c2ce0a591af5f8bdd0101635 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Wed, 16 May 2018 19:13:13 +0200 Subject: [PATCH] Add FreeBSD installation instructions Closes #41. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 372eb6e0..46064ef5 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,21 @@ cd bat makepkg -si ``` +#### On FreeBSD + +You can install a precompiled [`bat` package](https://www.freshports.org/textproc/bat) with pkg: + +```sh +pkg install bat +``` + +or build it on your own from the FreeBSD ports: + +```sh +cd /usr/ports/textproc/bat +make install +``` + #### On macOS You can install `bat` with [Homebrew](http://braumeister.org/formula/bat):