diff options
author | Camil Staps | 2017-10-06 11:55:39 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-06 11:55:39 +0200 |
commit | 8515a64e42e988a24d36f768d7d2f4c56518f514 (patch) | |
tree | 0dba41c61ca56f27c3b4c33c3747e3dce1265dd7 | |
parent | Update installation (diff) |
Update installation
-rw-r--r-- | Install.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ Now we need elasticsearch and build the index: ```bash wget -qO- https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.3.4/elasticsearch-2.3.4.tar.gz | tar xzv -cd elasticsearch/bin +cd elasticsearch*/bin ./elasticsearch ``` |