mirror of
https://github.com/go-acme/lego.git
synced 2024-11-25 00:56:20 +02:00
Add install instructions for FreeBSD ports (#935)
This commit is contained in:
parent
c220df0328
commit
58d6d9f476
@ -26,6 +26,18 @@ yay -S lego
|
||||
|
||||
**Note**: only the package manager for Arch Linux is officially supported by the lego team.
|
||||
|
||||
- [FreeBSD (Ports)](https://www.freshports.org/security/lego):
|
||||
|
||||
```bash
|
||||
cd /usr/ports/security/lego && make install clean
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```bash
|
||||
pkg install lego
|
||||
```
|
||||
|
||||
## From sources
|
||||
|
||||
To install from sources, just run:
|
||||
|
Loading…
Reference in New Issue
Block a user