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>release-0.2
parent
5b716da378
commit
c10db58df7
|
|
@ -51,6 +51,8 @@ git clone --recurse-submodules https://github.com/TabbyML/tabby
|
||||||
cd 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
|
### Build
|
||||||
|
|
||||||
1. Set up the Rust environment by following this [tutorial](https://www.rust-lang.org/learn/get-started).
|
1. Set up the Rust environment by following this [tutorial](https://www.rust-lang.org/learn/get-started).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue