Skip to content

Commit 056411e

Browse files
Consolidate installation execution steps
1 parent f89b88e commit 056411e

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.readme-partials/INSTALLATION.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,12 @@ In order to make code changes to WP-CLI, you'll need to set up this `wp-cli-dev`
66
2. Install all Composer dependencies for a complete `wp-cli-bundle` setup, while symlinking all of the previously cloned packages into the Composer `vendor` folder.
77
3. Symlink all folder in `vendor` into corresponding `vendor` folders in each repository, thus making the centralized functionality based on Composer available in each repository subfolder.
88

9-
First, clone the GitHub repository:
9+
Before you can proceed further, you'll need to make sure you have [Composer](https://getcomposer.org/), PHP, and a functioning MySQL or MariaDB server on your local machine.
1010

11-
```bash
12-
git clone https://github.com/wp-cli/wp-cli-dev wp-cli-dev
13-
```
14-
15-
Before you can proceed further, you'll need to make sure you have [Composer](https://getcomposer.org/), PHP, and a functioning MySQL or MariaDB server on your local machine too.
16-
17-
Once those prequisites are met, finish the installation process:
11+
Once the prequisites are met, clone the GitHub repository and run the installation process:
1812

1913
```bash
14+
git clone https://github.com/wp-cli/wp-cli-dev wp-cli-dev
2015
cd wp-cli-dev
2116
composer install
2217
composer prepare-tests

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,12 @@ In order to make code changes to WP-CLI, you'll need to set up this `wp-cli-dev`
1919
2. Install all Composer dependencies for a complete `wp-cli-bundle` setup, while symlinking all of the previously cloned packages into the Composer `vendor` folder.
2020
3. Symlink all folder in `vendor` into corresponding `vendor` folders in each repository, thus making the centralized functionality based on Composer available in each repository subfolder.
2121

22-
First, clone the GitHub repository:
22+
Before you can proceed further, you'll need to make sure you have [Composer](https://getcomposer.org/), PHP, and a functioning MySQL or MariaDB server on your local machine.
2323

24-
```bash
25-
git clone https://github.com/wp-cli/wp-cli-dev wp-cli-dev
26-
```
27-
28-
Before you can proceed further, you'll need to make sure you have [Composer](https://getcomposer.org/), PHP, and a functioning MySQL or MariaDB server on your local machine too.
29-
30-
Once those prequisites are met, finish the installation process:
24+
Once the prequisites are met, clone the GitHub repository and run the installation process:
3125

3226
```bash
27+
git clone https://github.com/wp-cli/wp-cli-dev wp-cli-dev
3328
cd wp-cli-dev
3429
composer install
3530
composer prepare-tests

0 commit comments

Comments
 (0)