mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 17:19:25 +00:00
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:
parent
5b716da378
commit
c10db58df7
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user