Skip to content

Commit 3857d88

Browse files
authored
Change AUR repository. (#748)
1 parent 7e1f494 commit 3857d88

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@ lego does not assume anything about the location you run it from.
2121
docker run xenolf/lego -h
2222
```
2323

24-
### From the package manager
24+
### From package managers
2525

26-
- [ArchLinux (AUR)](https://aur.archlinux.org/packages/lego-git):
26+
- [ArchLinux (AUR)](https://aur.archlinux.org/packages/lego):
2727

2828
```bash
29-
yaourt -S lego-git
29+
yay -S lego
3030
```
3131

32-
### From source
32+
**Note**: only the package manager for Arch Linux is officially supported by the lego team.
3333

34-
To install from source, just run:
34+
### From sources
35+
36+
To install from sources, just run:
3537

3638
```bash
3739
go get -u github.com/xenolf/lego/cmd/lego

0 commit comments

Comments
 (0)