mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-30 06:10:37 +00:00
fix: Remove spaces in Windows binary URL
This commit is contained in:
parent
3f4b2d8066
commit
0d4485190a
@ -59,7 +59,7 @@ It's also possible to use [cargo-binstall](https://github.com/cargo-bins/cargo-b
|
||||
```
|
||||
- Windows MSVC
|
||||
```powershell
|
||||
Invoke-WebRequest 'https://github.com/esp-rs/espup/releases/latest/download/espup-x86_64-pc-windows-msvc. exe' -OutFile .\espup.exe
|
||||
Invoke-WebRequest 'https://github.com/esp-rs/espup/releases/latest/download/espup-x86_64-pc-windows-msvc.exe' -OutFile .\espup.exe
|
||||
```
|
||||
|
||||
## Quickstart
|
||||
|
Loading…
x
Reference in New Issue
Block a user