From 33ab91125c8f68adbe766fcefae0ac608b7d308f Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 21 Jun 2016 19:34:14 -0700 Subject: [PATCH] Link to rustup-init.sh in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cebaa5db7..aeaa17784c 100644 --- a/README.md +++ b/README.md @@ -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: