Skip to content

Commit ba1b12c

Browse files
docs: list Bash 4+ as a requirement and reword some readme (#10)
1 parent 866838d commit ba1b12c

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# 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.
2+
This is a collection of Bash scripts that utilize [WP-CLI](https://wp-cli.org/), the command line interface for WordPress.
33

4-
Each script does a basic task over an entire multisite WordPress installation.
4+
Each script does a basic task over an entire multisite or single site WordPress installation.
55

6-
# Usage
7-
Clone this repo anywhere you'd like. Configure the path in `source/config.sh`. Run the script of your choice.
6+
## Usage
7+
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

Comments
 (0)