From 87ae2d112d993c674c1b0abdd4fe47e688ceb820 Mon Sep 17 00:00:00 2001 From: lu4nx Date: Thu, 12 Jun 2025 11:28:43 +0800 Subject: [PATCH] Add OpenBSD installation instructions. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 87a5f21..b1ca144 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ cargo install htmlq pkg install htmlq ``` +### [OpenBSD pkg_add](https://openbsd.app/?search=htmlq) + +```sh +pkg_add htmlq +``` + ### [Homebrew](https://formulae.brew.sh/formula/htmlq) ```sh