@@ -55,8 +55,11 @@ which is a `brew`-managed `rust` toolchain installation.
55
55
56
56
## Manual installation
57
57
58
- If you prefer you can directly download ` rustup-init ` for the platform of your
59
- choice:
58
+ You can manually download ` rustup-init ` for a given target from
59
+ ` https://static.rust-lang.org/rustup/dist/{target-triple}/rustup-init[.exe] ` [ ^ msvc ] .
60
+
61
+ <details >
62
+ <summary >Direct links</summary >
60
63
61
64
- [ aarch64-apple-darwin] ( https://static.rust-lang.org/rustup/dist/aarch64-apple-darwin/rustup-init )
62
65
- [ sha256 file] ( https://static.rust-lang.org/rustup/dist/aarch64-apple-darwin/rustup-init.sha256 )
@@ -121,6 +124,13 @@ choice:
121
124
- [ x86_64-unknown-netbsd] ( https://static.rust-lang.org/rustup/dist/x86_64-unknown-netbsd/rustup-init )
122
125
- [ sha256 file] ( https://static.rust-lang.org/rustup/dist/x86_64-unknown-netbsd/rustup-init.sha256 )
123
126
127
+ </details >
128
+
129
+ To get a previous version, use
130
+ ` https://static.rust-lang.org/rustup/archive/{rustup-version}/{target-triple}/rustup-init[.exe] ` .
131
+
132
+ SHA-256 checksums are also available by appending ` .sha256 ` to the link.
133
+
124
134
[ ^ msvc ] : MSVC builds of ` rustup ` additionally require an [ installation of
125
135
Visual Studio 2019 or the Visual C++ Build Tools 2019] [ vs ] . For Visual
126
136
Studio, make sure to check the "C++ tools" and "Windows 10 SDK" option. No
@@ -129,9 +139,6 @@ choice:
129
139
130
140
[ vs ] : https://visualstudio.microsoft.com/downloads/
131
141
132
- You can fetch an older version from
133
- ` https://static.rust-lang.org/rustup/archive/{rustup-version}/{target-triple}/rustup-init[.exe] `
134
-
135
142
## Self-compiled installation
136
143
137
144
To install ` rustup ` from source, check out the git repository from
0 commit comments