Yuhang Zhao
2024-05-28 6e608be22b584e9d28cfca016af09284404cb786
Update README
1个文件已修改
2 ■■■ 已修改文件
README.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
README.md
@@ -82,7 +82,7 @@
cmake --build build --target install/strip --config Release --parallel
```
If you forget to clone the submodules or they failed to download, you can try `git submodule update --recursive` to clone it separately.
If you forget to clone the submodules or they failed to download, you can try `git submodule update --init --recursive` to clone it separately. You can remove the `--init` parameter if you are just going to update the submodules, not clone them.
You can also include this directory as a subproject if you choose CMake as your build system.