File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ Activate ESP-IDF PowerShell and enter following command:
126
126
``` powershell
127
127
git clone https://github.com/esp-rs/rust-build.git
128
128
cd rust-build
129
- ./Install-RustToolchain.ps1 -DefaultHost x86_64-pc-windows-gnu -ExportFile Export-EspRust.ps1
130
- source Export-EspRust.ps1
129
+ ./Install-RustToolchain.ps1 -DefaultHost x86_64-pc-windows-gnu -ExportFile Export-EspRust.ps1
130
+ . ./ Export-EspRust.ps1
131
131
```
132
132
133
133
### Windows x86_64 MSVC
@@ -163,7 +163,7 @@ Installation of different versions of toolchain:
163
163
164
164
``` sh
165
165
./Install-RustToolchain.ps1 -ToolchainVersion 1.63.0.0 -ExportFile Export-EspRust.ps1
166
- source ./Export-EspRust.ps1
166
+ . ./Export-EspRust.ps1
167
167
```
168
168
169
169
## RISC-V Installation
You can’t perform that action at this time.
0 commit comments