docs: remove extra backtick from README.md.tmpl
Fix stale template after #103
This commit is contained in:
parent
7f17cf01e5
commit
7f1779d706
@ -271,7 +271,7 @@ required = [
|
||||
```
|
||||
In your CI scripts, install the vendored `golangci-lint` like this:
|
||||
```bash
|
||||
go install ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint/`
|
||||
go install ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint/
|
||||
```
|
||||
Vendoring `golangci-lint` saves a network request, potentially making your CI system a little more reliable.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user