From 0ee5b3169d00b7cc52ef8efc2ea1e3845e124f50 Mon Sep 17 00:00:00 2001 From: KyN76 <71089722+KyN76@users.noreply.github.com> Date: Thu, 25 Mar 2021 14:31:28 +0100 Subject: [PATCH] [DOCS] Add more run options to README (#70607) Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> --- README.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index bbe94b3ca270..f606d520b53c 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -37,6 +37,10 @@ First of all, DON'T PANIC. It will take 5 minutes to get the gist of what Elasti * Run `bin/elasticsearch` on Linux or macOS. Run `bin\elasticsearch.bat` on Windows. * Run `curl -X GET http://localhost:9200/` to verify Elasticsearch is running. +For more options, see +https://www.elastic.co/guide/en/elasticsearch/reference/current/starting-elasticsearch.html[Starting +Elasticsearch]. + === Indexing First, index some sample JSON documents. The first request automatically creates