|
26 | 26 | <div id="platform-instructions-unix" class="instructions" style="display: none;">
|
27 | 27 | <p>Run the following in your terminal, then follow the onscreen instructions.</p>
|
28 | 28 | <pre>curl https://sh.rustup.rs -sSf | sh</pre>
|
| 29 | + <p class="other-platforms-help">You appear to be running Unix. If not, <a class="default-platform-button" href="#">display all supported installers</a>.</p> |
29 | 30 | </div>
|
30 | 31 |
|
31 | 32 | <div id="platform-instructions-win32" class="instructions" style="display: none;">
|
32 | 33 | <p>
|
33 | 34 | Download and run
|
34 |
| - <a href="https://win.rustup.rs/i686">rustup‑init.exe</a> |
| 35 | + <a class="windows-download" href="https://win.rustup.rs/i686">rustup‑init.exe</a> |
35 | 36 | then follow the onscreen instructions.
|
36 | 37 | </p>
|
| 38 | + <p class="other-platforms-help">You appear to be running Windows 32 bit. If not, <a class="default-platform-button" href="#">display all supported installers</a>.</p> |
37 | 39 | </div>
|
38 | 40 |
|
39 | 41 | <div id="platform-instructions-win64" class="instructions" style="display: none;">
|
40 | 42 | <p>
|
41 | 43 | Download and run
|
42 |
| - <a href="https://win.rustup.rs/x86_64">rustup‑init.exe</a> |
| 44 | + <a class="windows-download" href="https://win.rustup.rs/x86_64">rustup‑init.exe</a> |
43 | 45 | then follow the onscreen instructions.
|
44 | 46 | </p>
|
| 47 | + <p class="other-platforms-help">You appear to be running Windows 64 bit. If not, <a class="default-platform-button" href="#">display all supported installers</a>.</p> |
45 | 48 | </div>
|
46 | 49 |
|
47 | 50 | <div id="platform-instructions-unknown" class="instructions" style="display: none;">
|
|
72 | 75 | <div>
|
73 | 76 | <p>
|
74 | 77 | If you are running Windows,<br/>download and run
|
75 |
| - <a href="https://win.rustup.rs">rustup‑init.exe</a> |
| 78 | + <a class="windows-download" href="https://win.rustup.rs">rustup‑init.exe</a> |
76 | 79 | then follow the onscreen instructions.
|
77 | 80 | </p>
|
78 | 81 | </div>
|
|
90 | 93 | <div>
|
91 | 94 | <p>
|
92 | 95 | If you are running Windows,<br/>download and run
|
93 |
| - <a href="https://win.rustup.rs">rustup‑init.exe</a> |
| 96 | + <a class="windows-download" href="https://win.rustup.rs">rustup‑init.exe</a> |
94 | 97 | then follow the onscreen instructions.
|
95 | 98 | </p>
|
96 | 99 | </div>
|
|
0 commit comments