From bdc08dae576c92b0d1636daeef14cccf600fa3eb Mon Sep 17 00:00:00 2001 From: Thien Tran Date: Mon, 10 Feb 2025 12:52:55 +0800 Subject: [PATCH] doc: update build from source --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e0db1fa19..756a5f3fd 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,8 @@ cortex-nightly hardware activate ```bash git clone https://github.com/janhq/cortex.cpp +cd cortex.cpp +git submodule update --init --recursive cd engine/vcpkg && ./bootstrap-vcpkg.sh cd ../build && cmake .. && make -j4 ```