From 8ff39d8432db9b1f2cc8ca4c111e97587b07701e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Mon, 27 Sep 2021 14:42:28 +0200 Subject: [PATCH] Update CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.