File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2929 "branch-alias" : {
3030 "dev-master" : " 1.x-dev"
3131 },
32+ "bundled" : true ,
3233 "commands" : [
3334 " cron test" ,
3435 " cron event delete" ,
You can’t perform that action at this time.
0 commit comments