[DOCS] Reorganizes Introduction and Installation chapters (#1315)
This commit is contained in:
committed by
GitHub
parent
7b11152a12
commit
88ef53b0ef
21
docs/installation.asciidoc
Normal file
21
docs/installation.asciidoc
Normal file
@ -0,0 +1,21 @@
|
||||
[[installation]]
|
||||
== Installation
|
||||
|
||||
This page guides you through the installation process of the client.
|
||||
|
||||
To install the latest version of the client, run the following command:
|
||||
|
||||
[source,sh]
|
||||
----
|
||||
npm install @elastic/elasticsearch
|
||||
----
|
||||
|
||||
To install a specific major version of the client, run the following command:
|
||||
|
||||
[source,sh]
|
||||
----
|
||||
npm install @elastic/elasticsearch@<major>
|
||||
----
|
||||
|
||||
To learn more about the supported major versions, please refer to the
|
||||
<<js-compatibility-matrix>>.
|
||||
Reference in New Issue
Block a user