From 83dc0a0987b4082a57d1a1eb16d828dc8aa46762 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Mon, 8 Nov 2021 20:05:50 +0100 Subject: [PATCH] Fixes issue #906 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aa601d9..c64a93fc 100644 --- a/README.md +++ b/README.md @@ -89,12 +89,16 @@ Prowler 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 , but `detect-secrets` has to be installed using `pip` or `pip3`. You will need to install `jq` to get the most from Prowler. -- Make sure jq is installed (example below with "apt" but use a valid package manager for your OS): +- Make sure jq is installed: examples below with "apt" for Debian alike and "yum" for RedHat alike distros (like Amazon Linux): ```sh sudo apt install jq ``` + ```sh + sudo yum install jq + ``` + - Previous steps, from your workstation: ```sh