forked from TrueCloudLab/lego
Add install instructions for FreeBSD ports (#935)
This commit is contained in:
parent
c220df0328
commit
58d6d9f476
1 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,18 @@ yay -S lego
|
||||||
|
|
||||||
**Note**: only the package manager for Arch Linux is officially supported by the lego team.
|
**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
|
## From sources
|
||||||
|
|
||||||
To install from sources, just run:
|
To install from sources, just run:
|
||||||
|
|
Loading…
Reference in a new issue