We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1f494 commit 3857d88Copy full SHA for 3857d88
README.md
@@ -21,17 +21,19 @@ lego does not assume anything about the location you run it from.
21
docker run xenolf/lego -h
22
```
23
24
-### From the package manager
+### From package managers
25
26
-- [ArchLinux (AUR)](https://aur.archlinux.org/packages/lego-git):
+- [ArchLinux (AUR)](https://aur.archlinux.org/packages/lego):
27
28
```bash
29
-yaourt -S lego-git
+yay -S lego
30
31
32
-### From source
+**Note**: only the package manager for Arch Linux is officially supported by the lego team.
33
34
-To install from source, just run:
+### From sources
35
+
36
+To install from sources, just run:
37
38
39
go get -u github.com/xenolf/lego/cmd/lego
0 commit comments