Docs: Fix git clone command in all language versions

This commit is contained in:
animeshchaudri
2025-03-02 14:11:38 +05:30
parent 197888d777
commit 2e2895f83e
43 changed files with 44 additions and 44 deletions

View File

@@ -52,7 +52,7 @@ Sie können die Version 15.0.2 der LLVM-Binärdateien hier herunterladen: [64 Bi
#### Standard
```sh
git clone https://github.com/rustdesk/rustdesk
git clone --recurse-submodules 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

View File

@@ -24,7 +24,7 @@ Go to the folder you want to clone vcpkg and use [Git Bash](https://git-scm.com/
If you don't have `Git` installed, get `Git` [here](https://git-scm.com/download/win).
```sh
git clone --recurse-submodules https://github.com/microsoft/vcpkg
git clone https://github.com/microsoft/vcpkg
vcpkg/bootstrap-vcpkg.bat
export VCPKG_ROOT=$PWD/vcpkg
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
@@ -49,7 +49,7 @@ You can download version 15.0.2 of the LLVM binaries here: [64 bit](https://gith
#### Default
```sh
git clone https://github.com/rustdesk/rustdesk
git clone --recurse-submodules 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

View File

@@ -46,7 +46,7 @@ rust-bindgen depende del clang, descargar [llvm](https://github.com/llvm/llvm-pr
### Por defecto
```sh
git clone https://github.com/rustdesk/rustdesk
git clone --recurse-submodules https://github.com/rustdesk/rustdesk
cd rustdesk
mkdir -p target/debug
mv sciter.dll target/debug

View File

@@ -50,7 +50,7 @@ Vous pouvez télécharger LLVM 15.02 ici : [64-bit](https://github.com/llvm/llvm
## Compilation
```sh
git clone https://github.com/rustdesk/rustdesk
git clone --recurse-submodules 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

View File

@@ -52,7 +52,7 @@ U kunt 15.02 van de LLVM-binaire bestanden hier downloaden: [64-bit](https://git
### Standaard
```sh
git clone https://github.com/rustdesk/rustdesk
git clone --recurse-submodules 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

View File

@@ -49,7 +49,7 @@ Você pode baixar a versão 15.0.2 dos binários do LLVM aqui: [64 bits](https:/
#### Padrão
```sh
git clone https://github.com/rustdesk/rustdesk
git clone --recurse-submodules 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

View File

@@ -42,7 +42,7 @@ rust-bindgen зависит от clang, скачайте и установите
## Сборка
```sh
git clone https://github.com/rustdesk/rustdesk
git clone --recurse-submodules https://github.com/rustdesk/rustdesk
cd rustdesk
mkdir -p target/debug
mv sciter.dll target/debug

View File

@@ -43,7 +43,7 @@ rust-bindgen依赖于clang, 下载[llvm](https://github.com/llvm/llvm-project/re
## 构建
```sh
git clone https://github.com/rustdesk/rustdesk
git clone --recurse-submodules https://github.com/rustdesk/rustdesk
cd rustdesk
mkdir -p target/debug
mv sciter.dll target/debug

View File

@@ -51,7 +51,7 @@ rust-bindgen 依賴 clang下載 [llvm](https://github.com/llvm/llvm-project/r
### 預設
```sh
git clone https://github.com/rustdesk/rustdesk
git clone --recurse-submodules 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