From e5ae3745f7ab88a5eeee0057678147c50e10e9b3 Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Sun, 26 Jan 2020 12:24:40 +0100 Subject: [PATCH] README.md -add bash 5 requirement for associative array --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f5fa1b..baa157a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Optionnal: - [pipdeptree](https://pypi.python.org/pypi/pipdeptree) *(pip install pipdeptree)* for checking dependancies (pip plugin) - [jq](https://github.com/stedolan/jq) *(brew install jq)* for processing JSON data (homebrew plugin) - [terminal-notifier](https://github.com/julienXX/terminal-notifier) *(brew install terminal-notifier)* for sending macOS notification (all plugins) +- [Bash 5](https://www.gnu.org/software/bash/) *(brew install bash)* for associative array (homebrew plugin)