From a7255379cbb669b02665ceaef5ca9d7b13eeff5f Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 30 May 2017 11:20:56 -0700 Subject: [PATCH] Clarify this command as a bundled command --- README.md | 6 ++++-- composer.json | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a05943a57..c72308dc2 100644 --- a/README.md +++ b/README.md @@ -1158,9 +1158,11 @@ wp theme update [...] [--all] [--format=] [--version=] [ ## 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/extension-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/extension-command.git ## Contributing diff --git a/composer.json b/composer.json index a868c7f94..5a9622a8a 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,7 @@ "branch-alias": { "dev-master": "1.x-dev" }, + "bundled": true, "commands": [ "plugin activate", "plugin deactivate",