forked from TrueCloudLab/lego
docs: Add ArchLinux package, fix AUR link (#1884)
This commit is contained in:
parent
86d9e5632c
commit
029e4a4b0d
1 changed files with 8 additions and 2 deletions
|
@ -18,10 +18,16 @@ docker run goacme/lego -h
|
|||
|
||||
## From package managers
|
||||
|
||||
- [ArchLinux (AUR)](https://aur.archlinux.org/packages/lego) (official):
|
||||
- [ArchLinux](https://archlinux.org/packages/community/x86_64/lego/) (official):
|
||||
|
||||
```bash
|
||||
yay -S lego
|
||||
pacman -S lego
|
||||
```
|
||||
|
||||
- [ArchLinux (AUR)](https://aur.archlinux.org/packages/lego-bin) (official):
|
||||
|
||||
```bash
|
||||
yay -S lego-bin
|
||||
```
|
||||
|
||||
- [FreeBSD (Ports)](https://www.freshports.org/security/lego) (unofficial):
|
||||
|
|
Loading…
Reference in a new issue