Skip to content

Commit 6f7e02a

Browse files
authored
Modify clone command to use --recurse-submodules (#905)
Updated git clone command to include submodules.
1 parent 8ba5a80 commit 6f7e02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- A more robust approach is to find the file `api_REVISION.txt` in `BN_INSTALLATION_FOLDER/Resources`
99

1010
```bash
11-
git clone https://github.com/Vector35/binaryninja-api.git
11+
git clone --recurse-submodules https://github.com/Vector35/binaryninja-api.git
1212
cd binaryninja-api
1313
git checkout dev
1414
# or git checkout commit_hash

0 commit comments

Comments
 (0)