mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
update readme
This commit is contained in:
parent
b2124822a3
commit
d419f151a0
@ -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