diff --git a/README.md b/README.md index 09aff2b..b2697fa 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ Added a fourth column "material_id" which is new in the csv file. You have to ad ## Install Notes The easiest way to run Elastisearch is with the docker image. Download Version 5.5.0 + `docker pull docker.elastic.co/elasticsearch/elasticsearch:5.5.0` + and run it with + `docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -e "xpack.security.enabled=false" docker.elastic.co/elasticsearch/elasticsearch:5.5.0`