From 7d0df8d6419fef56a24eda44fb705441bb90a3cf Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Fri, 4 Oct 2024 11:56:00 +0100 Subject: [PATCH] [DOCS] Updates README with start-local --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9178cb70f..392ea1ff3 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,18 @@ Elasticsearch language clients are only backwards compatible with default distri | 8.x | → | 8.x | 8.x | | main | → | main | | +## Try Elasticsearch and Kibana locally + +If you want to try Elasticsearch and Kibana locally, you can run the following command: + +```bash +curl -fsSL https://elastic.co/start-local | sh +``` + +This will run Elasticsearch in http://localhost:9200 and Kibana in http://localhost:5601 using Docker. + +More information is available [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/run-elasticsearch-locally.html). + ## Development See [CONTRIBUTING](https://github.com/elastic/elasticsearch-ruby/blob/main/CONTRIBUTING.md).