[DOCS] Add more run options to README (#70607)

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
This commit is contained in:
KyN76 2021-03-25 14:31:28 +01:00 committed by GitHub
parent 3dbb3e97d3
commit 0ee5b3169d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 `bin/elasticsearch` on Linux or macOS. Run `bin\elasticsearch.bat` on Windows.
* Run `curl -X GET http://localhost:9200/` to verify Elasticsearch is running. * 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 === Indexing
First, index some sample JSON documents. The first request automatically creates First, index some sample JSON documents. The first request automatically creates