Skip to content

Commit 3ee3a38

Browse files
authored
Merge pull request #541 from brson/init
Link to rustup-init.sh in README
2 parents f68279c + 33ab911 commit 3ee3a38

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
414416
the shell script. Some examples:

0 commit comments

Comments
 (0)