Skip to content

Commit 9d98a03

Browse files
Merge pull request #796 from multiversx/rust-setup-2024-jan-10
Adjust Rust troubleshooter
2 parents 8115355 + f9630af commit 9d98a03

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/sdk-and-tools/troubleshooting/rust-setup.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ If you've installed Rust using `rustup`:
2525
rustup self uninstall
2626
```
2727

28+
If you've installed Rust using `brew`:
29+
30+
```bash
31+
brew uninstall rust
32+
```
33+
34+
:::note
35+
We never recommend installing Rust using `brew`, especially because it makes it non-trivial to switch between different Rust versions.
36+
:::
37+
2838
If you've installed Rust using `mxpy` with a version older than `v9`:
2939

3040
```bash

0 commit comments

Comments
 (0)