hint on submodule

main
hkr04 2025-03-19 18:46:55 +08:00
parent 6ea19e252e
commit f9d544a147
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ Let's embrace local LLM agents w/ Humanus!
## How to Build ## How to Build
```bash ```bash
git submodule update --init --recursive
cmake -B build cmake -B build
cmake --build build --config Release cmake --build build --config Release
``` ```