We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
source
.
1 parent 0ce22e7 commit b703e07Copy full SHA for b703e07
README.md
@@ -126,8 +126,8 @@ Activate ESP-IDF PowerShell and enter following command:
126
```powershell
127
git clone https://github.com/esp-rs/rust-build.git
128
cd rust-build
129
-./Install-RustToolchain.ps1 -DefaultHost x86_64-pc-windows-gnu -ExportFile Export-EspRust.ps1
130
-source Export-EspRust.ps1
+./Install-RustToolchain.ps1 -DefaultHost x86_64-pc-windows-gnu -ExportFile Export-EspRust.ps1
+. ./Export-EspRust.ps1
131
```
132
133
### Windows x86_64 MSVC
@@ -163,7 +163,7 @@ Installation of different versions of toolchain:
163
164
```sh
165
./Install-RustToolchain.ps1 -ToolchainVersion 1.63.0.0 -ExportFile Export-EspRust.ps1
166
-source ./Export-EspRust.ps1
167
168
169
## RISC-V Installation
0 commit comments