lego/docs/content/installation/_index.md
Ludovic Fernandez 62fea05e21
Automatic generation of documentation (#818)
* generate a detailed CLI help
* generate a documentation site
* new readme
2019-03-08 19:47:06 +01:00

709 B

title date weight draft
Installation 2019-03-03T16:39:46+01:00 1 false

Binaries

To get the binary just download the latest release for your OS/Arch from the release page and put the binary somewhere convenient. lego does not assume anything about the location you run it from.

From Docker

docker run xenolf/lego -h

From package managers

yay -S lego

Note: only the package manager for Arch Linux is officially supported by the lego team.

From sources

To install from sources, just run:

go get -u github.com/xenolf/lego/cmd/lego