From f34f962b73921aa9ec8b216ac8554bba72b8b5ca Mon Sep 17 00:00:00 2001 From: Miguel Gomez <70176273+Mgomez-01@users.noreply.github.com> Date: Thu, 17 Apr 2025 05:00:28 -0600 Subject: [PATCH] adding missing --recurse-submodule in the Build section of the README. Should be present to ensure no issues arise for hbb_common (#11475) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01bc0c332..5889b0d63 100644 --- a/README.md +++ b/README.md @@ -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