mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Update getting-started.asciidoc
zip and tar is archive, deb and rpm is package. Closes #7749
This commit is contained in:
parent
07ca08dbed
commit
57b2e8bfef
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ java -version
|
||||||
echo $JAVA_HOME
|
echo $JAVA_HOME
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
Once we have Java set up, we can then download and run Elasticsearch. The binaries are available from http://www.elasticsearch.org/download[`www.elasticsearch.org/download`] along with all the releases that have been made in the past. For each release, you have a choice among a zip, tar, DEB, or RPM package. For simplicity, let's use the tar package.
|
Once we have Java set up, we can then download and run Elasticsearch. The binaries are available from http://www.elasticsearch.org/download[`www.elasticsearch.org/download`] along with all the releases that have been made in the past. For each release, you have a choice among a `zip` or `tar` archive, or a `DEB` or `RPM` package. For simplicity, let's use the tar file.
|
||||||
|
|
||||||
Let's download the Elasticsearch {version} tar as follows (Windows users should download the zip package):
|
Let's download the Elasticsearch {version} tar as follows (Windows users should download the zip package):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue