mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 13:24:27 +01:00
commit
944a3943e5
@ -43,6 +43,7 @@ For more information about features go to [our documentation](https://docs.meili
|
||||
* Whole documents are returned
|
||||
* Highly customizable
|
||||
* RESTful API
|
||||
* Faceted search and filtering
|
||||
|
||||
## Get started
|
||||
|
||||
@ -92,6 +93,8 @@ cd MeiliSearch
|
||||
In the cloned repository, compile MeiliSearch.
|
||||
|
||||
```bash
|
||||
rustup override set stable
|
||||
rustup update stable
|
||||
cargo run --release
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user