Add Homebrew instructions to getting started
This commit adds instructions for installing Elasticsearch via Homebrew to the Getting Started guide. Relates #26847
This commit is contained in:
parent
bba70205e3
commit
b3e9aa89dc
|
@ -148,6 +148,16 @@ And now we are ready to start our node and single cluster:
|
||||||
./elasticsearch
|
./elasticsearch
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
|
[float]
|
||||||
|
=== Instalation with Homebrew
|
||||||
|
|
||||||
|
On macOS, Elasticsearch can also be installed via https://brew.sh[Homebrew]:
|
||||||
|
|
||||||
|
["source","sh"]
|
||||||
|
--------------------------------------------------
|
||||||
|
brew install elasticsearch
|
||||||
|
--------------------------------------------------
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
=== Installation example with MSI Windows Installer
|
=== Installation example with MSI Windows Installer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue