Skip to content

Commit 0453346

Browse files
authored
Mention start-local in README (#8660)
1 parent 4c16fdf commit 0453346

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,18 @@ for comprehensive information on installation, configuration and usage.
6969

7070
The API reference documentation is available [here](https://elastic.github.io/elasticsearch-net).
7171

72+
## Try Elasticsearch and Kibana locally
73+
74+
If you want to try Elasticsearch and Kibana locally, you can run the following command:
75+
76+
```bash
77+
curl -fsSL https://elastic.co/start-local | sh
78+
```
79+
80+
This will run Elasticsearch at [http://localhost:9200](http://localhost:9200) and Kibana at [http://localhost:5601](http://localhost:5601).
81+
82+
More information is available [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/run-elasticsearch-locally.html).
83+
7284
## Contributing
7385

7486
See [CONTRIBUTING.md](./CONTRIBUTING.md)
@@ -78,4 +90,4 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md)
7890
This software is Copyright (c) 2014-2025 by Elasticsearch BV.
7991

8092
This is free software, licensed under
81-
[The Apache License Version 2.0](https://github.com/elastic/elasticsearch-net/blob/main/LICENSE.txt).
93+
[The Apache License Version 2.0](https://github.com/elastic/elasticsearch-net/blob/main/LICENSE.txt).

0 commit comments

Comments
 (0)