mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-14 03:36:21 +00:00
Docs: Fix git clone command in all language versions
This commit is contained in:
@@ -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" .
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user