1
0
mirror of https://github.com/go-acme/lego.git synced 2025-02-04 02:03:35 +02:00

docs: Add ArchLinux package, fix AUR link (#1884)

This commit is contained in:
Frederic Hemberger 2023-04-07 14:27:09 +02:00 committed by GitHub
parent 86d9e5632c
commit 029e4a4b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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