Fix invalid pseudo version (#945)

* fix: invalid pseudo version.
* fix: goreleaser configuration.
* chore: ci configuration.
* doc: add requirements.
* doc: publish the doc more often.
This commit is contained in:
Ludovic Fernandez 2019-08-13 17:07:06 +02:00 committed by GitHub
parent bc4b57accc
commit a7bf8c3197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 22 deletions

View file

@ -40,6 +40,11 @@ pkg install lego
## From sources
Requirements:
- `go` v1.12+
- environment variable: `GO111MODULE=on`
To install from sources, just run:
```bash