From d6c40ce058afd751f404ec5b2fb8988b237470f1 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Mon, 11 Mar 2024 05:58:12 +0100 Subject: [PATCH] docs: Added install instructions for FreeBSD (#6293) --- docs/getting-started/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 21cdf321e49a..5b18edc30b4b 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -112,6 +112,14 @@ Nix package manager for Linux and MacOS. References: - +### FreeBSD (Official) + +[Pkg](https://freebsd.org) for FreeBSD. + +```bash +pkg install trivy +``` + ## Install from GitHub Release (Official) ### Download Binary