[script] now use submodule checkout for github

This commit is contained in:
tangxifan 2023-11-13 14:00:42 -08:00
parent 2ea08a0f46
commit 0b83ca3902
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ help:
checkout:
# Update all the submodules
git submodule init
git submodule update --init --depth 1
git submodule update --init --recursive
prebuild:
# Run cmake to generate Makefile under the build directory, before compilation