Merge pull request #820 from MarinPostma/readme-update

update readme
This commit is contained in:
Clément Renault 2020-07-02 15:16:37 +02:00 committed by GitHub
commit 944a3943e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```