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 @@ -387,9 +387,11 @@ wp core version [--extra]
387
387
388
388
## Installing
389
389
390
- Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with ` wp cli update ` .
390
+ This package is included with WP-CLI itself, no additional installation necessary .
391
391
392
- Once you've done so, you can install this package with ` wp package install wp-cli/core-command ` .
392
+ To install the latest version of this package over what's included in WP-CLI, run:
393
+
394
+ wp package install git@github.com:wp-cli/core-command.git
393
395
394
396
## Contributing
395
397
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
" core check-update" ,
36
37
" core download" ,
You can’t perform that action at this time.
0 commit comments