Skip to content

Commit 816b8dd

Browse files
committed
fix ambiguous
1 parent 4ab2616 commit 816b8dd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,13 @@ Install
3838

3939
unzip plugin to folder `your-es-root/plugins/`
4040

41-
* optional 2 - use elasticsearch-plugin to install ( version > v5.5.1 ):
41+
* optional 2 - use elasticsearch-plugin to install ( supported from version v5.5.1 ):
4242

43-
`./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.3/elasticsearch-analysis-ik-6.2.3.zip`
43+
```
44+
./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.3/elasticsearch-analysis-ik-6.2.3.zip
45+
```
46+
47+
NOTE: replace `6.2.3` to your own elasticsearch version
4448
4549
2.restart elasticsearch
4650

0 commit comments

Comments
 (0)