Skip to content

Commit ddca6dd

Browse files
committed
rustup: add pointers to $PATH config in caveats
1 parent 799c4f7 commit ddca6dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: Formula/r/rustup.rb

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ def caveats
4646
<<~EOS
4747
To initialize `rustup`, set a default toolchain:
4848
rustup default stable
49+
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")}
4953
EOS
5054
end
5155

0 commit comments

Comments
 (0)