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 năm trước cách đây
mục cha
commit
b3e9aa89dc
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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