From 066f60ad321eb7d16a9535744ec0193b36468c37 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 9 Mar 2023 11:26:30 +0100 Subject: [PATCH] Add NetBSD install instructions (#51) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 772c61d..803c105 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ Install Rust and Cargo, and then run: cargo install --locked iamb ``` +### NetBSD + +On NetBSD a package is available from the official repositories. To install it simply run: + +``` +pkgin install iamb +``` + ## Configuration You can create a basic configuration in `$CONFIG_DIR/iamb/config.json` that looks like: