Skip to content

Commit ec9954a

Browse files
committed
docs: update docs
1 parent 8e3929f commit ec9954a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,20 @@ graph TD
104104
> [!TIP]
105105
> 如果你是 windows 用户,请使用 WSL 运行本项目。
106106
107+
#### 0. clone 项目
108+
109+
由于项目引入了我写的两个 submodule [DanmakuConvert](https://github.com/timerring/DanmakuConvert)[auto-slice-video](https://github.com/timerring/auto-slice-video),因此推荐 clone 项目时就更新 submodules。
110+
111+
```bash
112+
git clone --recurse-submodules https://github.com/timerring/bilive.git
113+
```
114+
115+
如果你没有采用上述方式 clone 项目,请更新 submodules:
116+
117+
```bash
118+
git submodule update --init --recursive
119+
```
120+
107121
#### 1. 安装依赖(推荐先 `conda` 创建虚拟环境)
108122

109123
```

0 commit comments

Comments
 (0)