mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-26 07:58:34 +01:00
actually Invoke-WebRequest is better
This commit is contained in:
parent
56a5c03821
commit
facbceb5ba
@ -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
|
||||
wget https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll
|
||||
Invoke-WebRequest -URI https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll -OutFile ./sciter.dll
|
||||
mv sciter.dll target/debug
|
||||
cargo run
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user