fix: Remove spaces in Windows binary URL

This commit is contained in:
gak 2023-03-04 17:36:41 +11:00 committed by Sergio Gasquez Arcos
parent 3f4b2d8066
commit 0d4485190a

View File

@ -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