663: Fix CONTRIBUTING.md step to make the project work r=Kerollmops a=curquiza

Following this discussion: https://github.com/meilisearch/milli/issues/76#issuecomment-1277459125

Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
This commit is contained in:
bors[bot] 2022-10-13 11:47:34 +00:00 committed by GitHub
commit 95e45e1c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,14 +44,6 @@ You can check out the longer, more complete guideline documentation [here](https
## Development Workflow
### Setup and run
```bash
cargo run --release
```
We recommend using the `--release` flag to test the full performance.
### Test
```bash