Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Commit d19a318

Browse files
Update 2-start.md
1 parent e137c70 commit d19a318

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/b-next/user-docs/2-start.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,21 @@ node lib/miao-yunzai.js
174174
- 安装喵喵插件
175175

176176
```sh
177+
git clone --depth=1 https://github.com/yoimiya-kokomi/miao-plugin.git ./plugins/miao-plugin/
178+
```
179+
```sh
180+
# or
177181
git clone --depth=1 https://gitee.com/yoimiya-kokomi/miao-plugin.git ./plugins/miao-plugin/
178182
```
179183

180184
- 安装原神插件
181185

182186
```sh
183-
git clone --depth=1 -b next https://github.com/yunzaijs/genshin.git ./plugins/genshin/
187+
git clone --depth=1 -b deploy https://github.com/yunzaijs/genshin.git ./plugins/genshin/
188+
```
189+
```sh
190+
# or
191+
git clone --depth=1 -b deploy https://gitee.com/yunzaijs/genshin.git ./plugins/genshin/
184192
```
185193

186194
- 如果不需要使用,可执行去除环境命令

0 commit comments

Comments
 (0)