Skip to content

Commit e5d4dd1

Browse files
authored
doc: improved doc about the build from sources. (#1162)
1 parent 444e311 commit e5d4dd1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ owners to license your work under the terms of the [MIT License](LICENSE).
3535

3636
Requirements:
3737

38-
- `go` v1.12+
38+
- `go` v1.14+
3939
- environment variable: `GO111MODULE=on`
4040

4141
First, you have to install [GoLang](https://golang.org/doc/install) and [golangci-lint](https://github.com/golangci/golangci-lint#install).

docs/content/installation/_index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,19 @@ pkg install lego
4242

4343
Requirements:
4444

45-
- `go` v1.12+
45+
- `go` v1.14+
4646
- environment variable: `GO111MODULE=on`
4747

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

5050
```bash
5151
go get -u github.com/go-acme/lego/v3/cmd/lego
5252
```
53+
54+
or
55+
56+
```bash
57+
git clone [email protected]:go-acme/lego.git
58+
make # tests + doc + build
59+
make build # only build
60+
```

0 commit comments

Comments
 (0)