Simplify compile and run from sources

This commit is contained in:
Thomas Payet 2021-02-25 11:52:08 +01:00 committed by GitHub
parent 739c860cfd
commit 417d0ae92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,13 +97,6 @@ If you have the latest stable Rust toolchain installed on your local system, clo
```bash
git clone https://github.com/meilisearch/MeiliSearch.git
cd MeiliSearch
```
In the cloned repository, compile MeiliSearch.
```bash
rustup override set stable
rustup update stable
cargo run --release
```