docs: add homebrew installation (#1920)

This commit is contained in:
Rui Chen 2023-05-23 18:44:33 -04:00 committed by GitHub
parent fc8e49b340
commit 91bda258a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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