We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866838d commit ba1b12cCopy full SHA for ba1b12c
1 file changed
README.md
@@ -1,7 +1,11 @@
1
# WP-CLI scripts
2
-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.
3
4
-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.
5
6
-# Usage
7
-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.
8
+
9
+## Requirements
10
11
+* Bash 4+
0 commit comments