aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2017-10-06 11:55:39 +0200
committerCamil Staps2017-10-06 11:55:39 +0200
commit8515a64e42e988a24d36f768d7d2f4c56518f514 (patch)
tree0dba41c61ca56f27c3b4c33c3747e3dce1265dd7
parentUpdate installation (diff)
Update installation
-rw-r--r--Install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Install.md b/Install.md
index 10727e2..212b0cc 100644
--- a/Install.md
+++ b/Install.md
@@ -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
```