From 5c0b17dae0b2c103eebd44f500cf16432f494891 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 11 Feb 2025 16:57:04 +0900 Subject: [PATCH] docs: Document FreeBSD package in installation section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 324c73e4..8f127e6c 100644 --- a/README.md +++ b/README.md @@ -790,6 +790,15 @@ You can install cargo-llvm-cov from the [extra repository](https://archlinux.org pacman -S cargo-llvm-cov ``` + +### Via ports (FreeBSD) + +You can install cargo-llvm-cov from the [official ports](https://www.freshports.org/devel/cargo-llvm-cov): + +```sh +pkg install cargo-llvm-cov +``` + ### Via other package managers