Skip to content

Commit

Permalink
[DOCS] Updates README with start-local
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 22, 2025
1 parent 32e2531 commit c894b6b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 at http://localhost:9200 and Kibana at 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).
Expand Down

0 comments on commit c894b6b

Please sign in to comment.