forked from TrueCloudLab/lego
docs: add homebrew installation (#1920)
This commit is contained in:
parent
fc8e49b340
commit
91bda258a9
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ docker run goacme/lego -h
|
||||||
cd /usr/ports/security/lego && make install clean
|
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
|
or
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue