1
0
mirror of https://github.com/go-acme/lego.git synced 2025-09-16 09:36:23 +02:00

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

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