From 1f8e3a4cbe198af7684fee7a8b9e44710c30f05a Mon Sep 17 00:00:00 2001 From: Jonathan Pool Date: Wed, 20 Jun 2018 08:18:55 -0400 Subject: [PATCH] [Docs] Extend Homebrew installation instructions (#28902) Adding a note about proceeding after a successful homebrew installation. --- docs/reference/getting-started.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/getting-started.asciidoc b/docs/reference/getting-started.asciidoc index 937917823f5a6..b0889a723f511 100755 --- a/docs/reference/getting-started.asciidoc +++ b/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 <>. + [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: