Update CONTRIBUTING.md

Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
Clémentine Urquizar
2021-09-27 14:42:28 +02:00
committed by GitHub
parent e22f57cae5
commit 8ff39d8432

View File

@ -30,7 +30,7 @@ First, thank you for contributing to MeiliSearch! The goal of this document is t
### Setup and run MeiliSearch
```bash
cargo run
cargo run --release
```
We recommend using the `--release` flag to test the full performance of MeiliSearch.