Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adicionar a opção "-k" no curl para evitar o problema abaixo:

curl: (60) SSL certificate problem: self signed certificate in certificate chain
More details here: https://curl.haxx.se/docs/sslcerts.html

Co-authored-by: wilian <wilian.silva@zup.com.br>

Signed-off-by: borgessaulo <borges.saulo@gmail.com>
  • Loading branch information
borgessaulo authored and wiliansilvazup committed Dec 16, 2021
1 parent 2c82e14 commit 78d3cfc
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 @@ -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).
Expand Down

0 comments on commit 78d3cfc

Please sign in to comment.