summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2018-05-16 19:13:13 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-05-16 20:25:14 +0200
commit9af1d2b8917710e3c2ce0a591af5f8bdd0101635 (patch)
tree80bf04f7c389f2fb41cf6ef79025d418b2faa5c1
parent2eee68599df671f7fd067a1121a4d01039c49d8e (diff)
Add FreeBSD installation instructions
Closes #41.
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
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):