diff --git a/README.textile b/README.textile index 59ce339..bda0733 100644 --- a/README.textile +++ b/README.textile @@ -3,9 +3,17 @@ IK Analysis for ElasticSearch The IK Analysis plugin integrates Lucene IK analyzer into elasticsearch, support customized dictionary. -In order to install the plugin, simply run: `bin/plugin -install medcl/elasticsearch-analysis-ik/1.0.0`. also download the dict files: -wget http://github.com/downloads/medcl/elasticsearch-analysis-ik/ik.zip -unzip these dict file to your elasticsearch's config folder,like: your-es-root/config/ik + +Install +------------- + +In order to install the plugin, simply run: + +
+bin/plugin -install medcl/elasticsearch-analysis-ik/1.0.0
+
+ +also download the dict files,unzip these dict file to your elasticsearch's config folder,such as: your-es-root/config/ik
 cd config