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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.