From c86c6d8873889ddbf98efcb60768e372aadb73b3 Mon Sep 17 00:00:00 2001 From: Xudong Guo Date: Fri, 8 Sep 2023 08:50:25 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20improve=20contribu?= =?UTF-8?q?tor=20docs=20(#412)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: ✏️ improve contributor docs * Update README.md * Update README.md --------- Co-authored-by: Meng Zhang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2c5e70..206af2a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For additional options (e.g inference type, parallelism), please refer to the do ### Get the Code ```bash -git clone --recurse https://github.com/TabbyML/tabby +git clone --recurse-submodules https://github.com/TabbyML/tabby cd tabby ```