summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaf Czlonka <rczlonka@gmail.com>2021-10-15 23:53:32 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-10-17 21:11:07 +0200
commiteea061c1d9e21ee29eb0adb2c5e5d03d06006fef (patch)
treeeafe3100e0ff5ec096c317c6ceb56ebea145e97a
parent10288e309e0a650156c5a2505c97e7e597025057 (diff)
Add install instructions on OpenBSD
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c735113..8708805c 100644
--- a/README.md
+++ b/README.md
@@ -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):