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
65
65
66
66
## Installing
67
67
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 .
69
69
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
71
73
72
74
## Contributing
73
75
Original file line number Diff line number Diff line change 31
31
"branch-alias" : {
32
32
"dev-master" : " 1.x-dev"
33
33
},
34
+ "bundled" : true ,
34
35
"commands" : [
35
36
" cache" ,
36
37
" transient"
You can’t perform that action at this time.
0 commit comments