Skip to content

Commit

Permalink
Merge pull request #11 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
danielbachhuber authored May 30, 2017
2 parents dc4be1b + 92ffcbf commit 8db332d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@ change primary key values.

## 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/search-replace-command`.
To install the latest version of this package over what's included in WP-CLI, run:

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

## Contributing

Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"": "src/",
"WP_CLI\\": "src/WP_CLI"
},
"files": [ "search-replace-command.php" ]
"files": [
"search-replace-command.php"
]
},
"require": {
"wp-cli/wp-cli": "*"
Expand All @@ -35,6 +37,7 @@
},
"commands": [
"search-replace"
]
],
"bundled": true
}
}

0 comments on commit 8db332d

Please sign in to comment.