From 59e1862e9ce46b175a1ac78a9da2ab674e930131 Mon Sep 17 00:00:00 2001 From: Lars E <1733402+bsdlme@users.noreply.github.com> Date: Sat, 25 May 2024 22:42:46 +0200 Subject: [PATCH] Add FreeBSD installation instructions (#280) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 24def0b..bfc07f6 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,14 @@ cargo install --locked iamb See [Configuration](#configuration) for getting a profile set up. +### FreeBSD + +On FreeBSD a package is available from the official repositories. To install it simply run: + +``` +pkg install iamb +``` + ### NetBSD On NetBSD a package is available from the official repositories. To install it simply run: