Skip to content

Commit c894b6b

Browse files
committed
[DOCS] Updates README with start-local
1 parent 32e2531 commit c894b6b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ Elasticsearch language clients are only backwards compatible with default distri
8383
| 8.x || 8.x | 8.x |
8484
| main || main | |
8585

86+
## Try Elasticsearch and Kibana locally
87+
88+
If you want to try Elasticsearch and Kibana locally, you can run the following command:
89+
90+
```bash
91+
curl -fsSL https://elastic.co/start-local | sh
92+
```
93+
94+
This will run Elasticsearch at http://localhost:9200 and Kibana at http://localhost:5601 using Docker.
95+
96+
More information is available [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/run-elasticsearch-locally.html).
97+
8698
## Development
8799

88100
See [CONTRIBUTING](https://github.com/elastic/elasticsearch-ruby/blob/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)