Skip to content

Commit d7f4727

Browse files
committed
Updated rust install
1 parent 588d7c0 commit d7f4727

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,18 @@ _(Rust on Windows is needed to support the Rust RLS extension for Visual Studio
9292

9393
1. 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+
99107
1. 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+
150160
1. 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
190200
1. 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+
192204
1. Enter into the command prompt:
193205
```bash
194206
rustup update

0 commit comments

Comments
 (0)