docs: ✏️ improve contributor docs (#412)

* docs: ✏️ improve contributor docs

* Update README.md

* Update README.md

---------

Co-authored-by: Meng Zhang <meng@tabbyml.com>
release-0.2
Xudong Guo 2023-09-08 08:50:25 +08:00 committed by GitHub
parent bd51f31186
commit c86c6d8873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```