From 58d6d9f4767affd87737fcb32c478844561aecd2 Mon Sep 17 00:00:00 2001 From: Matthew Horan Date: Sat, 27 Jul 2019 01:08:04 -0400 Subject: [PATCH] Add install instructions for FreeBSD ports (#935) --- docs/content/installation/_index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/content/installation/_index.md b/docs/content/installation/_index.md index cbf9426d..8f70aee7 100644 --- a/docs/content/installation/_index.md +++ b/docs/content/installation/_index.md @@ -26,6 +26,18 @@ yay -S lego **Note**: only the package manager for Arch Linux is officially supported by the lego team. +- [FreeBSD (Ports)](https://www.freshports.org/security/lego): + +```bash +cd /usr/ports/security/lego && make install clean +``` + +or + +```bash +pkg install lego +``` + ## From sources To install from sources, just run: