From 0d4485190a293a98d8504d7881f30a82a4d6d606 Mon Sep 17 00:00:00 2001 From: gak Date: Sat, 4 Mar 2023 17:36:41 +1100 Subject: [PATCH] fix: Remove spaces in Windows binary URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4430587..254953b 100644 --- a/README.md +++ b/README.md @@ -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