File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,18 @@ _(Rust on Windows is needed to support the Rust RLS extension for Visual Studio
9292
93931 . Install ` rustup ` according to the instructions at https://rustup.rs
9494
95- 1 . When downloading ` rustup‑init.exe ` , Windows may block the execution.
95+ Click the link provided to download ` rustup‑init.exe `
96+
97+ 1 . Launch the downloaded file ` rustup‑init.exe `
98+
99+ If you see the message ` "Windows Defender SmartScreen prevented an unrecognised app from starting" ` ...
100+
101+ Click ` More Info `
96102
97103 Click ` Run Anyway `
98104
105+ 1 . At the ` Welcome to Rust! ` prompt, press Enter to select the default option ` 1) Proceed with installation (default) `
106+
991071 . Open the Windows Command Prompt (not Windows Ubuntu). Enter into the command prompt:
100108 ```
101109 rustup update
@@ -147,6 +155,8 @@ _(Rust on Windows Subsystem for Linux is needed for building Rust and Mynewt pro
147155 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
148156 ```
149157
158+ 1. At the `Welcome to Rust!` prompt, press Enter to select the default option `1) Proceed with installation (default)`
159+
1501601. Enter into the Windows Ubuntu command prompt (not Windows Command Prompt):
151161 ```
152162 rustup update
@@ -189,6 +199,8 @@ _(Rust on Windows Subsystem for Linux is needed for building Rust and Mynewt pro
189199
1902001. Install `rustup` according to the instructions at https://rustup.rs
191201
202+ 1. At the `Welcome to Rust!` prompt, press Enter to select the default option `1) Proceed with installation (default)`
203+
1922041. Enter into the command prompt:
193205 ```bash
194206 rustup update
You can’t perform that action at this time.
0 commit comments