Browse Source

Add Homebrew instructions to getting started

This commit adds instructions for installing Elasticsearch via Homebrew
to the Getting Started guide.

Relates #26847
vurple 8 years ago
parent
commit
b3e9aa89dc
1 changed files with 10 additions and 0 deletions
  1. 10 0
      docs/reference/getting-started.asciidoc

+ 10 - 0
docs/reference/getting-started.asciidoc

@@ -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