docs: remove extra backtick from README.md.tmpl

Fix stale template after #103
This commit is contained in:
Denis Isaev 2018-06-15 00:06:22 +03:00
parent 7f17cf01e5
commit 7f1779d706
No known key found for this signature in database
GPG Key ID: A36A0EC8E27A1A01

View File

@ -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.