Add steps for installation (#268)

Tell user to switch tags before compiling.
This commit is contained in:
Hsu Chen-Wei 2016-09-05 20:43:23 -05:00 committed by Medcl
parent f28ec3c3c2
commit 7c92a10fc0

View File

@ -29,6 +29,10 @@ Install
1.compile
checkout ik version respective to your elasticsearch version
`git checkout tags/{version}`
`mvn package`
copy and unzip `target/releases/elasticsearch-analysis-ik-{version}.zip` to `your-es-root/plugins/ik`
@ -225,6 +229,7 @@ have fun.
```bash
git clone https://github.com/medcl/elasticsearch-analysis-ik
cd elasticsearch-analysis-ik
git checkout tags/{version}
mvn clean
mvn compile
mvn package