summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorevitalis <evitalis@users.noreply.github.com>2019-03-12 10:35:31 -0500
committerevitalis <evitalis@users.noreply.github.com>2019-03-12 10:35:31 -0500
commit7914564f6908f74ace3f5ba5edfd4a8f2cc182de (patch)
tree67b5dc3b225a82298d8644e1274c15482834aa0b
parent07ecc8d62e0b37749c2f2d0c0bb2ddd3b2a6d1dd (diff)
Add OpenBSD install instructions
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 746d9fa..b89dc90 100644
--- a/README.md
+++ b/README.md
@@ -74,12 +74,15 @@ Some package managers include `mdcat`:
* [Homebrew]: `brew install mdcat`
* Arch Linux: [mdcat in AUR][aur]
* Void Linux: `xbps-install -S mdcat`
+* OpenBSD: [port][epbsd_port] via [EPBSD][epbsd]
While these packages may not always be up to date we generally recommend to use
these to keep `mdcat` updated with the rest of the system.
[Homebrew]: https://brew.sh
[aur]: https://aur.archlinux.org/packages/mdcat/
+[epbsd]: https://epbsd.org/
+[epbsd_port]: https://gitlab.com/epbsd/ports/tree/master/textproc/mdcat
### Building with rustup