Skip to content

Commit

Permalink
Update README with the correct path to tlsconfig command
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <[email protected]>
  • Loading branch information
Cosmin Cojocar committed Sep 3, 2020
1 parent 13519fd commit 868556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 868556b

Please sign in to comment.