Skip to content

Commit 86c593e

Browse files
authored
docs: Update git clone with --recursive option (#244)
1 parent 68956a1 commit 86c593e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ conda install git git-lfs
7575
git lfs install
7676

7777
# Clone the MLC LLM repo
78-
git clone https://github.com/mlc-ai/mlc-llm.git
78+
git clone --recursive https://github.com/mlc-ai/mlc-llm.git
7979
cd mlc-llm
8080

8181
# Create the local build directory and compile the model

0 commit comments

Comments
 (0)