From 8b3d64882f0eabd3978d6d971de3c3f64587c360 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 13 Oct 2021 03:39:40 +0100 Subject: [PATCH] Clearly document the bash 4+ requirement. Close #93 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2306b85..8522649 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ See this (old) video where I explain some of my motivations for creating Quickem ## Requirements * [QEMU](https://www.qemu.org/) (*6.0.0 or newer*) + * [bash](https://www.gnu.org/software/bash/) (*4.0 or newer*) * [Coreutils](https://www.gnu.org/software/coreutils/) * [grep](https://www.gnu.org/software/grep/) * [jq](https://stedolan.github.io/jq/)