Add install instructions for FreeBSD ports (#935)

This commit is contained in:
Matthew Horan 2019-07-27 01:08:04 -04:00 committed by Ludovic Fernandez
parent c220df0328
commit 58d6d9f476

View file

@ -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: