docs: add more detail in contributing guide. (#468)

* docs: add additional step to clone submodules

* Update README.md

---------

Co-authored-by: Meng Zhang <meng@tabbyml.com>
This commit is contained in:
Zhexuan Yang 2023-09-22 11:20:36 +08:00 committed by GitHub
parent 5b716da378
commit c10db58df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).