diff --git a/README.md.tmpl b/README.md.tmpl index cdf190a5..cefc70fc 100644 --- a/README.md.tmpl +++ b/README.md.tmpl @@ -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.