From 868556b846eafed2980f9708077c402be36ed28f Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Wed, 2 Sep 2020 10:41:50 +0200 Subject: [PATCH] Update README with the correct path to tlsconfig command Signed-off-by: Cosmin Cojocar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a17db89..b1f1dca 100644 --- a/README.md +++ b/README.md @@ -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: