diff --git a/src/cargo.md b/src/cargo.md index 206633b64da..56d252ef317 100644 --- a/src/cargo.md +++ b/src/cargo.md @@ -30,6 +30,10 @@ auto-completion and jump-to-definition functionality for [VS Code], [Emacs], sudo apt install cargo rust-src rustfmt ``` +- On macOS, you can use [Homebrew](https://brew.sh/) to install Rust, but this + may provide an outdated version. Therefore, it is recommended to install Rust + from the official site. + [rust-analyzer]: https://rust-analyzer.github.io/