Update README with the correct path to tlsconfig command

Signed-off-by: Cosmin Cojocar <ccojocar@cloudbees.com>
This commit is contained in:
Cosmin Cojocar 2020-09-02 10:41:50 +02:00
parent 13519fda59
commit 868556b846

View file

@ -315,7 +315,7 @@ The configuration of TLS rule can be generated from [Mozilla's TLS ciphers recom
First you need to install the generator tool:
```bash
go get github.com/securego/gosec/cmd/tlsconfig/...
go get github.com/securego/gosec/v2/cmd/tlsconfig/...
```
You can invoke now the `go generate` in the root of the project: