mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-07 16:34:13 +01:00
parent
2eee68599d
commit
9af1d2b891
15
README.md
15
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):
|
||||
|
Loading…
Reference in New Issue
Block a user