Skip to content

Commit a9e8b38

Browse files
committed
[DOCS] Fixes path name
1 parent 8309dcd commit a9e8b38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/getting-started/get-started-stack.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ifeval::["{release-state}"!="unreleased"]
111111
----------------------------------------------------------------------
112112
curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{elasticsearch_version}-darwin-x86_64.tar.gz
113113
tar -xzvf elasticsearch-{elasticsearch_version}-darwin-x86_64.tar.gz
114-
cd elasticsearch-{elasticsearch_version}-darwin-x86_64
114+
cd elasticsearch-{elasticsearch_version}
115115
./bin/elasticsearch
116116
----------------------------------------------------------------------
117117

@@ -132,7 +132,7 @@ ifeval::["{release-state}"!="unreleased"]
132132
----------------------------------------------------------------------
133133
curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{elasticsearch_version}-linux-x86_64.tar.gz
134134
tar -xzvf elasticsearch-{elasticsearch_version}-linux-x86_64.tar.gz
135-
cd elasticsearch-{elasticsearch_version}-linux-x86_64
135+
cd elasticsearch-{elasticsearch_version}
136136
./bin/elasticsearch
137137
----------------------------------------------------------------------
138138

@@ -159,7 +159,7 @@ contains the extracted files, for example:
159159
+
160160
["source","sh",subs="attributes,callouts"]
161161
----------------------------------------------------------------------
162-
cd C:\Program Files\elasticsearch-{elasticsearch_version}-windows-x86_64
162+
cd C:\Program Files\elasticsearch-{elasticsearch_version}
163163
----------------------------------------------------------------------
164164

165165
. Start {es}:

0 commit comments

Comments
 (0)