From 0a216066f4a3d236fdb1277e0cfc24296c34eef3 Mon Sep 17 00:00:00 2001 From: mboivin <41596925+matboivin@users.noreply.github.com> Date: Thu, 26 Mar 2020 13:13:02 +0100 Subject: [PATCH] Split commands --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afa02e4b1..cc807a18e 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,16 @@ curl -L https://install.meilisearch.com | sh #### Compile and run it from sources -If you have the Rust toolchain already installed on your local system, clone the repository and change it to your working directory. In the cloned repository, compile MeiliSearch. +If you have the Rust toolchain already installed on your local system, clone the repository and change it to your working directory. ```bash git clone https://github.com/meilisearch/MeiliSearch.git cd MeiliSearch +``` + +In the cloned repository, compile MeiliSearch. + +```bash cargo run --release ```