From c10db58df7ab23649bcf5a8280d7574677aa31b7 Mon Sep 17 00:00:00 2001 From: Zhexuan Yang Date: Fri, 22 Sep 2023 11:20:36 +0800 Subject: [PATCH] docs: add more detail in contributing guide. (#468) * docs: add additional step to clone submodules * Update README.md --------- Co-authored-by: Meng Zhang --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7de18a1..faee7f9 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ git clone --recurse-submodules https://github.com/TabbyML/tabby cd tabby ``` +If you have already cloned the repository, you could run the `git submodule update --recursive --init` command to fetch all submodules. + ### Build 1. Set up the Rust environment by following this [tutorial](https://www.rust-lang.org/learn/get-started).