Skip to content

Commit

Permalink
[docs] add submodule clone in build docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhaode committed Jun 18, 2024
1 parent b8abbe8 commit 1f2a68d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ CI构建状态:

### 本地编译
```
# clone
git clone --recurse-submodules https://github.com/wangzhaode/mnn-llm.git
cd mnn-llm
# linux
./script/build.sh
Expand Down
4 changes: 4 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ Current CI build status:

### Local Compilation
```
# clone
git clone --recurse-submodules https://github.com/wangzhaode/mnn-llm.git
cd mnn-llm
# linux
./script/build.sh
Expand Down

0 comments on commit 1f2a68d

Please sign in to comment.