From 91bda258a9702744314cf94de932e0a3c7475b58 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 23 May 2023 18:44:33 -0400 Subject: [PATCH] docs: add homebrew installation (#1920) --- docs/content/installation/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/installation/_index.md b/docs/content/installation/_index.md index 09636f70..7e85c992 100644 --- a/docs/content/installation/_index.md +++ b/docs/content/installation/_index.md @@ -36,6 +36,12 @@ docker run goacme/lego -h cd /usr/ports/security/lego && make install clean ``` + [Homebrew](https://brew.sh/) user can install [lego](https://formulae.brew.sh/formula/lego) with: + + ```bash + brew install lego + ``` + or ```bash