默认仅 clone 最新的代码,减小 git clone 的大小

This commit is contained in:
woclass 2023-07-24 15:14:42 +08:00
parent a393edfaa4
commit c5b147aeb7

View File

@ -93,7 +93,7 @@ Latex论文一键校对 | [函数插件] 仿Grammarly对Latex文章进行语法
1. 下载项目
```sh
git clone https://github.com/binary-husky/gpt_academic.git
git clone --depth=1 https://github.com/binary-husky/gpt_academic.git
cd gpt_academic
```