浏览代码

[Docs] Extend Homebrew installation instructions (#28902)

Adding a note about proceeding after a successful homebrew installation.
Jonathan Pool 7 年之前
父节点
当前提交
297e99c4c2
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/reference/getting-started.asciidoc

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

@@ -158,6 +158,9 @@ On macOS, Elasticsearch can also be installed via https://brew.sh[Homebrew]:
 brew install elasticsearch
 --------------------------------------------------
 
+If installation succeeds, Homebrew will finish by saying that you can start Elasticsearch by entering
+`elasticsearch`. Do that now. The expected response is described below, under <<successfully-running-node>>.
+
 [float]
 === Installation example with MSI Windows Installer
 
@@ -216,6 +219,7 @@ And now we are ready to start our node and single cluster:
 --------------------------------------------------
 
 [float]
+[[successfully-running-node]]
 === Successfully running node
 
 If everything goes well with installation, you should see a bunch of messages that look like below: