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