diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index afbb33a51..832b815d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.