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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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