From c2102ebe9ed36f057799567356f984029c88d038 Mon Sep 17 00:00:00 2001 From: Jason Raveling Date: Fri, 27 Feb 2026 12:18:37 -0600 Subject: [PATCH] feat(readme): clarifies and adds information about this repo --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bea843..2e117b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # WP-CLI scripts -This is a collection of miscellaneous 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. # Usage -Clone this repo and configure the path in `source/config.sh`. Make the scripts executable as needed (i.e. `chmod +x wpcli-scripts/*.sh`). +Clone this repo anywhere you'd like. Configure the path in `source/config.sh`. Run the script of your choice.