File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3131 "branch-alias" : {
3232 "dev-master" : " 1.x-dev"
3333 },
34+ "bundled" : true ,
3435 "commands" : [
3536 " cache" ,
3637 " transient"
You can’t perform that action at this time.
0 commit comments