aboutsummaryrefslogtreecommitdiff
path: root/Install.md
diff options
context:
space:
mode:
Diffstat (limited to 'Install.md')
-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
```