From bdaaaf3cd0bacc20f16c95d6dc461662907793a9 Mon Sep 17 00:00:00 2001 From: Kai Huang <60630639+kiwids0220@users.noreply.github.com> Date: Sat, 25 Oct 2025 10:15:59 -0500 Subject: [PATCH] Modify clone command to use --recurse-submodules Updated git clone command to include submodules. --- build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.md b/build.md index 2a5d80d1..10555c96 100644 --- a/build.md +++ b/build.md @@ -8,7 +8,7 @@ - A more robust approach is to find the file `api_REVISION.txt` in `BN_INSTALLATION_FOLDER/Resources` ```bash -git clone https://github.com/Vector35/binaryninja-api.git +git clone --recurse-submodules https://github.com/Vector35/binaryninja-api.git cd binaryninja-api git checkout dev # or git checkout commit_hash