forked from TrueCloudLab/lego
Add lego installation via package manager for ArchLinux (#344)
This commit is contained in:
parent
66d8acbf89
commit
6cac0ea7d8
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,11 @@ To build lego inside a Docker container, just run
|
||||||
```
|
```
|
||||||
docker build -t lego .
|
docker build -t lego .
|
||||||
```
|
```
|
||||||
|
##### From the package manager
|
||||||
|
- [ArchLinux (AUR)](https://aur.archlinux.org/packages/lego-git):
|
||||||
|
```
|
||||||
|
yaourt -S lego-git
|
||||||
|
```
|
||||||
#### Features
|
#### Features
|
||||||
|
|
||||||
- Register with CA
|
- Register with CA
|
||||||
|
|
Loading…
Reference in a new issue