Add FreeBSD installation instructions

Closes #41.
This commit is contained in:
Mateusz Piotrowski 2018-05-16 19:13:13 +02:00 committed by David Peter
parent 2eee68599d
commit 9af1d2b891
1 changed files with 15 additions and 0 deletions

View File

@ -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):