From 417d0ae92a4c0c657c471caf1770af83fe1cbb4e Mon Sep 17 00:00:00 2001 From: Thomas Payet Date: Thu, 25 Feb 2021 11:52:08 +0100 Subject: [PATCH] Simplify compile and run from sources --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 0f00cba72..0dad4233a 100644 --- a/README.md +++ b/README.md @@ -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 ```