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