adding missing --recurse-submodule in the Build section of the README. Should be present to ensure no issues arise for hbb_common (#11475)

This commit is contained in:
Miguel Gomez 2025-04-17 05:00:28 -06:00 committed by GitHub
parent ded19ce5b9
commit f34f962b73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,7 +117,7 @@ cd
```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
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.lnx/x64/libsciter-gtk.so