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 ## From package managers
- [ArchLinux (AUR)](https://aur.archlinux.org/packages/lego) (official): - [ArchLinux](https://archlinux.org/packages/community/x86_64/lego/) (official):
```bash ```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): - [FreeBSD (Ports)](https://www.freshports.org/security/lego) (unofficial):