diff --git a/README.md b/README.md index d774da9a..b0de6318 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Install [`cargo-near`](https://github.com/near/cargo-near) and run: cargo near build ``` +> Note: to avoid issues, be sure to update your Rust compiler with `rustup update stable` + ## How to Test Locally? ```bash