From 744fa3ca8cad103b0a77d38ef4c2a0facb6761b5 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 30 May 2017 11:03:11 -0700 Subject: [PATCH] Clarify this command as a bundled command See https://github.com/wp-cli/wp-cli/issues/4046 --- README.md | 6 ++++-- composer.json | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8309643c1..fa13a372e 100644 --- a/README.md +++ b/README.md @@ -243,9 +243,11 @@ There are no additional fields. ## Installing -Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`. +This package is included with WP-CLI itself, no additional installation necessary. -Once you've done so, you can install this package with `wp package install wp-cli/cron-command`. +To install the latest version of this package over what's included in WP-CLI, run: + + wp package install git@github.com:wp-cli/cron-command.git ## Contributing diff --git a/composer.json b/composer.json index 1926779e5..541209613 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ "branch-alias": { "dev-master": "1.x-dev" }, + "bundled": true, "commands": [ "cron test", "cron event delete",