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:
vurple 2017-10-10 05:20:42 -05:00 committed by Jason Tedor
parent bba70205e3
commit b3e9aa89dc
1 changed files with 10 additions and 0 deletions

View File

@ -148,6 +148,16 @@ And now we are ready to start our node and single cluster:
./elasticsearch
--------------------------------------------------
[float]
=== Instalation with Homebrew
On macOS, Elasticsearch can also be installed via https://brew.sh[Homebrew]:
["source","sh"]
--------------------------------------------------
brew install elasticsearch
--------------------------------------------------
[float]
=== Installation example with MSI Windows Installer