From c2f541134b5aa65b5064209389f395420836a049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ng=E1=BB=8D=20Anh=20=C4=90=E1=BB=A9c?= Date: Wed, 8 Jan 2020 11:13:25 +0700 Subject: [PATCH] Update README.md Add jq package in requirements --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8a779175..61bb9089 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ 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 , 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: + ```sh + sudo apt install jq + ``` + - Previous steps, from your workstation: ```sh