Skip to content

Commit eb50ae4

Browse files
authored
Merge pull request wp-cli#12 from wp-cli/clarify-bundled
Clarify this command as a bundled command
2 parents 453dd64 + 166bbbe commit eb50ae4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,11 @@ wp config path
160160

161161
## Installing
162162

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

165-
Once you've done so, you can install this package with `wp package install wp-cli/config-command`.
165+
To install the latest version of this package over what's included in WP-CLI, run:
166+
167+
wp package install [email protected]:wp-cli/config-command.git
166168

167169
## Contributing
168170

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
"config",
3637
"config create",

0 commit comments

Comments
 (0)