From 816b8ddd4bf0548cfc2707dbc1e692b240ca338b Mon Sep 17 00:00:00 2001 From: medcl Date: Mon, 9 Apr 2018 15:58:43 +0800 Subject: [PATCH] fix ambiguous --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abd1f39..39df082 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,13 @@ Install unzip plugin to folder `your-es-root/plugins/` -* optional 2 - use elasticsearch-plugin to install ( version > v5.5.1 ): +* optional 2 - use elasticsearch-plugin to install ( supported from version v5.5.1 ): - `./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.3/elasticsearch-analysis-ik-6.2.3.zip` + ``` + ./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.3/elasticsearch-analysis-ik-6.2.3.zip + ``` + + NOTE: replace `6.2.3` to your own elasticsearch version 2.restart elasticsearch -- GitLab