Skip to content

Commit 618c076

Browse files
rami3lMikeMcQuaid
andauthored
fixup! rustup: add pointers to $PATH config in caveats
Co-authored-by: Mike McQuaid <[email protected]>
1 parent 62b395d commit 618c076

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: Formula/r/rustup.rb

+3-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ def caveats
4747
To initialize `rustup`, set a default toolchain:
4848
rustup default stable
4949
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>
50+
If you have `rust` installed, ensure you have "$(brew --prefix rustup)/bin"
51+
before "$(brew --prefix)/bin" in your $PATH:
52+
#{Formatter.url("https://rust-lang.github.io/rustup/installation/already-installed-rust.html")}
5453
EOS
5554
end
5655

0 commit comments

Comments
 (0)