1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-23 01:07:23 +02:00

docs: update installation for FreeBSD (#2260)

This commit is contained in:
Laurent Cheylus 2024-09-04 12:04:43 +00:00 committed by GitHub
parent 2d880c2e6c
commit 5c6572392f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ docker run goacme/lego -h
- [FreeBSD (Ports)](https://www.freshports.org/security/lego) (unofficial):
```bash
cd /usr/ports/security/lego && make install clean
pkg install lego
```
- [Gentoo](https://gitweb.gentoo.org/repo/proj/guru.git/tree/app-crypt/lego) (unofficial):