Skip to content

Commit

Permalink
Merge pull request #541 from brson/init
Browse files Browse the repository at this point in the history
Link to rustup-init.sh in README
  • Loading branch information
alexcrichton authored Jun 22, 2016
2 parents f68279c + 33ab911 commit 3ee3a38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,12 @@ The primary installation method, as described at
compilers targeting the MSVC ABI can be installed with e.g. `rustup
install stable-msvc`.
* On Unix, run `curl https://sh.rustup.rs -sSf | sh` in your
shell. This downloads and runs the correct version of
`rustup-init` for your platform.
shell. This downloads and runs [`rustup-init.sh`], which in turn
downloads and runs the correct version of the `rustup-init`
executable for your platform.

[setup]: https://static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
[`rustup-init.sh`]: https://static.rust-lang.org/rustup/rustup-init.sh

`rustup-init` accepts arguments, which can be passed through
the shell script. Some examples:
Expand Down

0 comments on commit 3ee3a38

Please sign in to comment.