1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-20 14:31:15 +02:00

Enhance Speaker Note: Warning for Rust Installation via Homebrew (#2191)

This commit is contained in:
Younies Mahmoud 2024-07-05 16:50:13 +02:00 committed by GitHub
parent 7d5599b99f
commit 25b9dff9d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
</details>
[rust-analyzer]: https://rust-analyzer.github.io/