Skip to content

Commit d7102d5

Browse files
authored
Merge pull request #4 from wp-cli/bundled-command
Clarify this command as a bundled command
2 parents 17d6c49 + 0707eed commit d7102d5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ wp transient
6565

6666
## Installing
6767

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

70-
Once you've done so, you can install this package with `wp package install wp-cli/cache-command`.
70+
To install the latest version of this package over what's included in WP-CLI, run:
71+
72+
wp package install [email protected]:wp-cli/cache-command.git
7173

7274
## Contributing
7375

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
"cache",
3637
"transient"

0 commit comments

Comments
 (0)