@@ -49,31 +49,8 @@ itself. Such targets can be installed with the `rustup target add` command.
4949
5050<span id =" rustup " ></span >
5151
52- The way to install ` rustup ` differs by platform:
53-
54- - On Unix, run ` curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ` in your shell. This
55- downloads and runs [ ` rustup-init.sh ` ] , which in turn downloads and runs the
56- correct version of the ` rustup-init ` executable for your platform.
57- - On Windows, download and run [ ` rustup-init.exe ` ] .
58-
59- ` rustup-init ` can be configured interactively, and all options can additionally
60- be controlled by command-line arguments, which can be passed through the shell
61- script. Pass ` --help ` to ` rustup-init ` as follows to display the arguments
62- ` rustup-init ` accepts:
63-
64- ```
65- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --help
66- ```
67-
68- If you prefer not to use the shell script, you may directly download
69- ` rustup-init ` for the platform of your choice:
70-
71- <!-- `{{#rustup_init_list}}`, `{{#installer_table}}`, and `{{#source_code_table}}`
72- are generated at build time. Please refer to the `blacksmith` preprocessor for
73- what they each specifically generate.
74- -->
75-
76- {{#rustup_init_list}}
52+ Please refer to ` rustup ` 's [ Other installation
53+ methods] ( https://rust-lang.github.io/rustup/installation/other.html ) .
7754
7855## Standalone installers
7956
@@ -83,6 +60,12 @@ what they each specifically generate.
8360
8461Past releases can be found in [ the archive] .
8562
63+ <!--
64+ `{{#installer_table}}` and `{{#source_code_table}}`
65+ are generated at build time. Please refer to the `blacksmith` preprocessor for
66+ what they each specifically generate.
67+ -->
68+
8669{{#installer_table}}
8770
8871## Source code
0 commit comments