We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$PATH
1 parent 62b395d commit 618c076Copy full SHA for 618c076
Formula/r/rustup.rb
@@ -47,10 +47,9 @@ def caveats
47
To initialize `rustup`, set a default toolchain:
48
rustup default stable
49
50
- If you also have `rust` installed, make sure that `rustup`'s proxies under
51
- "$(brew --prefix rustup)/bin" come first in PATH compared to e.g.
52
- "$(brew --prefix)/bin" to avoid conflicts. See the link below for more details:
53
- <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
+ If you have `rust` installed, ensure you have "$(brew --prefix rustup)/bin"
+ before "$(brew --prefix)/bin" in your $PATH:
+ #{Formatter.url("https://rust-lang.github.io/rustup/installation/already-installed-rust.html")}
54
EOS
55
end
56
0 commit comments