Manybubbles has uploaded a new change for review. https://gerrit.wikimedia.org/r/217049
Change subject: Update installation instructions ...................................................................... Update installation instructions Change-Id: I362d3f0cfd4c40f645fa3c3f91ebe588f9b52999 --- M README.md 1 file changed, 7 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/search/extra refs/changes/49/217049/1 diff --git a/README.md b/README.md index 0445ce7..b6e56b1 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,17 @@ | Extra Queries and Filters Plugin | ElasticSearch | |----------------------------------|-----------------| -| 1.5.0, master branch | 1.5.X | +| 1.6.0, master branch | 1.6.X | +| 1.5.0, 1.5 branch | 1.5.X | | 1.4.0 -> 1.4.1, 1.4 branch | 1.4.X | | 1.3.0 -> 1.3.1, 1.3 branch | 1.3.4 -> 1.3.X | | 0.0.1 -> 0.0.2 | 1.3.2 -> 1.3.3 | +Install it like so for Elasticsearch 1.6.x: +```bash +./bin/plugin --install org.wikimedia.search/extra/1.6.0 +``` + Install it like so for Elasticsearch 1.5.x: ```bash ./bin/plugin --install org.wikimedia.search/extra/1.5.0 -- To view, visit https://gerrit.wikimedia.org/r/217049 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I362d3f0cfd4c40f645fa3c3f91ebe588f9b52999 Gerrit-PatchSet: 1 Gerrit-Project: search/extra Gerrit-Branch: master Gerrit-Owner: Manybubbles <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
