Skip to content

Commit 996c2ed

Browse files
authored
Merge pull request wp-cli#7 from wp-cli/clarify-bundled
Clarify this command as a bundled command
2 parents e8c022b + 5e7111e commit 996c2ed

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ wp eval-file <file> [<arg>...] [--skip-wordpress]
6060

6161
## Installing
6262

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

65-
Once you've done so, you can install this package with `wp package install wp-cli/eval-command`.
65+
To install the latest version of this package over what's included in WP-CLI, run:
66+
67+
wp package install [email protected]:wp-cli/eval-command.git
6668

6769
## Contributing
6870

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"branch-alias": {
3333
"dev-master": "1.x-dev"
3434
},
35+
"bundled": true,
3536
"commands": [
3637
"eval",
3738
"eval-file"

0 commit comments

Comments
 (0)