Skip to content

Commit

Permalink
Merge pull request #12 from wp-cli/clarify-bundled
Browse files Browse the repository at this point in the history
Clarify this command as a bundled command
  • Loading branch information
schlessera authored May 30, 2017
2 parents 453dd64 + 166bbbe commit eb50ae4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,11 @@ wp config path

## 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/config-command`.
To install the latest version of this package over what's included in WP-CLI, run:

wp package install [email protected]:wp-cli/config-command.git

## Contributing

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"branch-alias": {
"dev-master": "1.x-dev"
},
"bundled": true,
"commands": [
"config",
"config create",
Expand Down

0 comments on commit eb50ae4

Please sign in to comment.