File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -405,10 +405,12 @@ The primary installation method, as described at
405405 compilers targeting the MSVC ABI can be installed with e.g. `rustup
406406 install stable-msvc`.
407407* On Unix, run ` curl https://sh.rustup.rs -sSf | sh ` in your
408- shell. This downloads and runs the correct version of
409- ` rustup-init ` for your platform.
408+ shell. This downloads and runs [ ` rustup-init.sh ` ] , which in turn
409+ downloads and runs the correct version of the ` rustup-init `
410+ executable for your platform.
410411
411412[ setup ] : https://static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
413+ [ `rustup-init.sh` ] : https://static.rust-lang.org/rustup/rustup-init.sh
412414
413415` rustup-init ` accepts arguments, which can be passed through
414416the shell script. Some examples:
You can’t perform that action at this time.
0 commit comments