Skip to content

Commit 22e0caa

Browse files
authored
Merge pull request #16 from wp-cli/clarify-bundled
Clarify this command as a bundled command
2 parents 2822bb1 + 24f0ecb commit 22e0caa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,11 @@ wp core version [--extra]
387387

388388
## Installing
389389

390-
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`.
390+
This package is included with WP-CLI itself, no additional installation necessary.
391391

392-
Once you've done so, you can install this package with `wp package install wp-cli/core-command`.
392+
To install the latest version of this package over what's included in WP-CLI, run:
393+
394+
wp package install git@github.com:wp-cli/core-command.git
393395

394396
## Contributing
395397

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"branch-alias": {
3232
"dev-master": "1.x-dev"
3333
},
34+
"bundled": true,
3435
"commands": [
3536
"core check-update",
3637
"core download",

0 commit comments

Comments
 (0)