Skip to content

Commit

Permalink
Merge pull request #208 from wp-cli/regenerate-readme
Browse files Browse the repository at this point in the history
Regenerate README file
  • Loading branch information
danielbachhuber authored Aug 26, 2022
2 parents ea2adda + 690a107 commit 38824e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Subsequent uses of command will use the local cache if it still exists.
Runs the standard WordPress installation process.

~~~
wp core install --url=<url> --title=<site-title> --admin_user=<username> [--admin_password=<password>] --admin_email=<email> [--skip-email]
wp core install --url=<url> --title=<site-title> --admin_user=<username> [--admin_password=<password>] --admin_email=<email> [--locale=<locale>] [--skip-email]
~~~

Creates the WordPress tables in the database using the URL, title, and
Expand Down Expand Up @@ -173,6 +173,9 @@ user_login doesn't exist, a new user will be created.
--admin_email=<email>
The email address for the admin user.

[--locale=<locale>]
The locale/language for the installation (e.g. `de_DE`). Default is `en_US`.

[--skip-email]
Don't send an email notification to the new admin user.

Expand Down

0 comments on commit 38824e5

Please sign in to comment.