Skip to content

Commit

Permalink
docs: update install from sources (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Aug 3, 2022
1 parent c270c23 commit 978eeed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/content/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,20 @@ docker run goacme/lego -h

Requirements:

- `go` v1.15+
- go1.17+
- environment variable: `GO111MODULE=on`

To install the latest development version from sources, just run:
To install the latest version from sources, just run:

```bash
go get -u github.com/go-acme/lego/v4/cmd/lego
go install github.com/go-acme/lego/v4/cmd/lego@latest
```

or

```bash
git clone git@github.com:go-acme/lego.git
cd lego
make # tests + doc + build
make build # only build
```

0 comments on commit 978eeed

Please sign in to comment.