diff --git a/README.md b/README.md index 7f4b4f24df5f3c..46bd76e70e1924 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,12 @@ $ source $HOME/.cargo/env $ rustup component add rustfmt-preview ``` +If your rustc version is lower than 1.25.0, please update it: + +```bash +$ rustup update +``` + Download the source code: ```bash