diff --git a/README.md b/README.md index 68b179537..53f5537c8 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/master/deployments/sc ### **Windows** ```sh -curl "https://github.com/ZupIT/horusec/releases/latest/download/horusec_win_x64.exe" -o "./horusec.exe" -L && ./horusec.exe version +curl -k "https://github.com/ZupIT/horusec/releases/latest/download/horusec_win_x64.exe" -o "./horusec.exe" -L && ./horusec.exe version ``` - You can find all binaries with versions in our [**releases page**](https://github.com/ZupIT/horusec/releases).