@@ -49,31 +49,8 @@ itself. Such targets can be installed with the `rustup target add` command.
49
49
50
50
<span id =" rustup " ></span >
51
51
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 ) .
77
54
78
55
## Standalone installers
79
56
@@ -83,6 +60,12 @@ what they each specifically generate.
83
60
84
61
Past releases can be found in [ the archive] .
85
62
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
+
86
69
{{#installer_table}}
87
70
88
71
## Source code
0 commit comments