Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to rustup-init.sh in README #541

Merged
merged 1 commit into from
Jun 22, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,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