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

@@ -8,7 +8,7 @@ weight: 30
Cominciare clonando il repository e compilare i container docker:
```sh
git clone https://github.com/rustdesk/rustdesk
git clone --recurse-submodules https://github.com/rustdesk/rustdesk
cd rustdesk
docker build -t "rustdesk-builder" .
```