File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,18 @@ for comprehensive information on installation, configuration and usage.
6969
7070The 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
7486See [ CONTRIBUTING.md] ( ./CONTRIBUTING.md )
@@ -78,4 +90,4 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md)
7890This software is Copyright (c) 2014-2025 by Elasticsearch BV.
7991
8092This 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 ) .
You can’t perform that action at this time.
0 commit comments