1
0
mirror of https://github.com/go-acme/lego.git synced 2025-10-31 08:27:38 +02:00

Change AUR repository. (#748)

This commit is contained in:
Ludovic Fernandez
2019-01-09 08:35:15 +01:00
committed by GitHub
parent 7e1f4948ec
commit 3857d889a3

View File

@@ -21,17 +21,19 @@ lego does not assume anything about the location you run it from.
docker run xenolf/lego -h
```
### From the package manager
### From package managers
- [ArchLinux (AUR)](https://aur.archlinux.org/packages/lego-git):
- [ArchLinux (AUR)](https://aur.archlinux.org/packages/lego):
```bash
yaourt -S lego-git
yay -S lego
```
### From source
**Note**: only the package manager for Arch Linux is officially supported by the lego team.
To install from source, just run:
### From sources
To install from sources, just run:
```bash
go get -u github.com/xenolf/lego/cmd/lego