Skip to content

Commit

Permalink
Merge pull request #4 from wp-cli/clarify-bundled
Browse files Browse the repository at this point in the history
Clarify this command as a bundled command
  • Loading branch information
schlessera authored May 30, 2017
2 parents ad68c56 + 7e1b3ac commit 2b74567
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ For security, avoids loading WordPress when verifying checksums.

## Installing

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

Once you've done so, you can install this package with `wp package install wp-cli/checksum-command`.
To install the latest version of this package over what's included in WP-CLI, run:

wp package install [email protected]:wp-cli/checksum-command.git

## Contributing

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"branch-alias": {
"dev-master": "1.x-dev"
},
"bundled": true,
"commands": [
"checksum core"
]
Expand Down

0 comments on commit 2b74567

Please sign in to comment.