Skip to content

Commit 1cf8564

Browse files
authored
Merge pull request #13 from wp-cli/clarify-bundled
Clarify this command as a bundled command
2 parents 133d6ec + 744fa3c commit 1cf8564

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
@@ -243,9 +243,11 @@ There are no additional fields.
243243

244244
## Installing
245245

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

248-
Once you've done so, you can install this package with `wp package install wp-cli/cron-command`.
248+
To install the latest version of this package over what's included in WP-CLI, run:
249+
250+
wp package install [email protected]:wp-cli/cron-command.git
249251

250252
## Contributing
251253

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"branch-alias": {
3030
"dev-master": "1.x-dev"
3131
},
32+
"bundled": true,
3233
"commands": [
3334
"cron test",
3435
"cron event delete",

0 commit comments

Comments
 (0)