From 9c0956049a031e659ee8f018e0bf8d05c188245f Mon Sep 17 00:00:00 2001 From: "kwangin.jung" Date: Sun, 26 Apr 2020 21:18:20 +0900 Subject: [PATCH] Update requitites for source build Update requitites for source build(rust version) Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 740aaa678..c43ea45b3 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ 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. +If you have the latest stable Rust toolchain installed on your local system, clone the repository and change it to your working directory. ```bash git clone https://github.com/meilisearch/MeiliSearch.git