From 56a5c03821f9b29219185228adfef46f98394fe9 Mon Sep 17 00:00:00 2001 From: botanicvelious Date: Wed, 18 Jan 2023 16:25:42 -0700 Subject: [PATCH] add wget command --- content/dev/build/windows/_index.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/dev/build/windows/_index.en.md b/content/dev/build/windows/_index.en.md index b500bb5..85d0c03 100644 --- a/content/dev/build/windows/_index.en.md +++ b/content/dev/build/windows/_index.en.md @@ -55,6 +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 +wget https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll mv sciter.dll target/debug cargo run ```