Skip to content

Commit

Permalink
Enhance Speaker Note: Warning for Rust Installation via Homebrew (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
younies committed Jul 5, 2024
1 parent 7d5599b commit 25b9dff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 25b9dff

Please sign in to comment.