Skip to content

Commit 5c91551

Browse files
authored
Use example.com in core install example
fixes #112
1 parent 1046e76 commit 5c91551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public function is_installed( $_, $assoc_args ) {
340340
* Note: if you've installed WordPress in a subdirectory, then you'll need
341341
* to `wp option update siteurl` after `wp core install`. For instance, if
342342
* WordPress is installed in the `/wp` directory and your domain is wp.dev,
343-
* then you'll need to run `wp option update siteurl http://wp.dev/wp` for
343+
* then you'll need to run `wp option update siteurl http://example.com/wp` for
344344
* your WordPress installation to function properly.
345345
*
346346
* Note: When using custom user tables (e.g. `CUSTOM_USER_TABLE`), the admin

0 commit comments

Comments
 (0)