Skip to content

Commit

Permalink
Add Homebrew instructions to getting started
Browse files Browse the repository at this point in the history
This commit adds instructions for installing Elasticsearch via Homebrew
to the Getting Started guide.

Relates #26847
  • Loading branch information
vurple authored and jasontedor committed Oct 10, 2017
1 parent 871e789 commit 181c970
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/reference/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 181c970

Please sign in to comment.