Add install instructions on OpenBSD

This commit is contained in:
Raf Czlonka 2021-10-15 23:53:32 +01:00 committed by David Peter
parent 10288e309e
commit eea061c1d9
1 changed files with 8 additions and 0 deletions

View File

@ -294,6 +294,14 @@ cd /usr/ports/textproc/bat
make install
```
### On OpenBSD
You can install `bat` package using [`pkg_add(1)`](https://man.openbsd.org/pkg_add.1):
```bash
pkg_add bat
```
### Via nix
You can install `bat` using the [nix package manager](https://nixos.org/nix):