Skip to content

Commit 2d6f53d

Browse files
docs: update README
1 parent eacb3d0 commit 2d6f53d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For any questions, please check [FAQ](https://github.com/open-sciencelab/GraphGe
7979
2. Clone the repository
8080

8181
```bash
82-
git clone https://github.com/open-sciencelab/GraphGen
82+
git clone --depth=1 https://github.com/open-sciencelab/GraphGen
8383
cd GraphGen
8484
```
8585

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ GraphGen 首先根据源文本构建细粒度的知识图谱,然后利用期
8080
2. 克隆仓库
8181

8282
```bash
83-
git clone https://github.com/open-sciencelab/GraphGen
83+
git clone --depth=1 https://github.com/open-sciencelab/GraphGen
8484
cd GraphGen
8585
```
8686
3. 创建新的 uv 环境

0 commit comments

Comments
 (0)