Update README.md

This commit is contained in:
Toni de la Fuente
2020-01-08 09:14:21 +01:00
committed by GitHub
parent c2f541134b
commit 49ec898b9e

View File

@@ -64,7 +64,7 @@ This script has been written in bash using AWS-CLI and it works in Linux and OSX
AWS-CLI can be also installed it using "brew", "apt", "yum" or manually from <https://aws.amazon.com/cli/>, but `ansi2html` and `detect-secrets` has to be installed using `pip`. You will need to install `jq` to get more accuracy in some checks.
- Make sure jq is installed:
- Make sure jq is installed (example below with "apt" but use a valid package manager for your OS):
```sh
sudo apt install jq
```