forked from TrueCloudLab/lego
Change AUR repository. (#748)
This commit is contained in:
parent
7e1f4948ec
commit
3857d889a3
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue