From e35f1a73eefff1b37be05c9779c8e76a90d65a32 Mon Sep 17 00:00:00 2001 From: Jason Raveling Date: Thu, 21 May 2026 09:21:35 -0500 Subject: [PATCH] docs: list Bash 4+ as a requirement and reword some readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e117b7..56666dd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # WP-CLI scripts -This is a collection of BASH scripts that utilize [WP-CLI](https://wp-cli.org/), the command line interface for WordPress. +This is a collection of Bash scripts that utilize [WP-CLI](https://wp-cli.org/), the command line interface for WordPress. -Each script does a basic task over an entire multisite WordPress installation. +Each script does a basic task over an entire multisite or single site WordPress installation. -# Usage -Clone this repo anywhere you'd like. Configure the path in `source/config.sh`. Run the script of your choice. +## Usage +Clone this repo anywhere you'd like. Configure the path to your WordPress installation in `source/config.sh`. Run the script of your choice. + +## Requirements + +* Bash 4+