From 5c6572392f68ded8d8d2c50da94e686bd163d01e Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Wed, 4 Sep 2024 12:04:43 +0000 Subject: [PATCH] docs: update installation for FreeBSD (#2260) --- docs/content/installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/installation/_index.md b/docs/content/installation/_index.md index 3c1a9ef135..f6bf52c619 100644 --- a/docs/content/installation/_index.md +++ b/docs/content/installation/_index.md @@ -40,7 +40,7 @@ docker run goacme/lego -h - [FreeBSD (Ports)](https://www.freshports.org/security/lego) (unofficial): ```bash - cd /usr/ports/security/lego && make install clean + pkg install lego ``` - [Gentoo](https://gitweb.gentoo.org/repo/proj/guru.git/tree/app-crypt/lego) (unofficial):