before docker run command added git submoulde update command in docker build Updated README.md (#10878)

there is dependency on submodule libs/hbb_common, 
we need to initialize submodule after cloning repo and before running container
This commit is contained in:
princeyogesh 2025-02-22 10:47:11 +05:30 committed by GitHub
parent fc396d2166
commit e191d11f74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,6 +127,7 @@ Begin by cloning the repository and building the Docker container:
```sh
git clone https://github.com/rustdesk/rustdesk
cd rustdesk
git submodule update --init --recursive
docker build -t "rustdesk-builder" .
```