add wget command

This commit is contained in:
botanicvelious 2023-01-18 16:25:42 -07:00 committed by GitHub
parent 74a83beb3d
commit 56a5c03821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 git clone https://github.com/rustdesk/rustdesk
cd rustdesk cd rustdesk
mkdir -p target/debug mkdir -p target/debug
wget https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll
mv sciter.dll target/debug mv sciter.dll target/debug
cargo run cargo run
``` ```