From 530824ddf53cb78d7dff3f404f84df01c77bc76f Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 19 Jan 2023 12:02:01 +0800 Subject: [PATCH] Update _index.en.md --- content/dev/build/windows/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/dev/build/windows/_index.en.md b/content/dev/build/windows/_index.en.md index 128a0e1..7ac53e5 100644 --- a/content/dev/build/windows/_index.en.md +++ b/content/dev/build/windows/_index.en.md @@ -55,7 +55,7 @@ You can download 15.02 of the LLVM binaries here: [64-bit](https://github.com/ll git clone https://github.com/rustdesk/rustdesk cd rustdesk mkdir -p target/debug -Invoke-WebRequest -URI https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll -OutFile ./sciter.dll +wget https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll mv sciter.dll target/debug cargo run ```