Skip to content

Commit

Permalink
Merge pull request #534 from JulienMelissas/patch-1
Browse files Browse the repository at this point in the history
Update how-to-install.md
  • Loading branch information
swissspidy authored Aug 31, 2024
2 parents d515848 + 2e2912e commit e71bfec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions how-to-install.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to install WordPress

Download and install WordPress using WP-CLI is straight forward. It takes four steps.
Downloading and installing WordPress using WP-CLI is straight forward. It takes four steps.
First, you will need to download WordPress using the `wp core download` command.

### Step 1 - Download WordPress
Expand Down Expand Up @@ -59,4 +59,4 @@ Remember to replace the values passed to each of the following options with your
- `--admin_user=wpcli` replace wpcli with the username you want to assign to the website administrator
- `--admin_password=wpcli` replace wpcli with the password you want to use to access the WordPress administrator panel.

Congratulation! You have successfully installed WordPress using WP-CLI.
Congratulations! You have successfully installed WordPress using WP-CLI.

0 comments on commit e71bfec

Please sign in to comment.