Skip to content

Commit e2365a5

Browse files
committed
Update README_zh.md
1 parent 7dc142d commit e2365a5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README_zh.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ AstrBot 是一个开源的一站式 Agentic 个人和群聊助手,可在 QQ、
7878
```bash
7979
uv tool install astrbot
8080
astrbot init # 仅首次执行此命令以初始化环境
81-
astrbot run
81+
astrbot run # astrbot run --backend-only 仅启动后端服务
82+
83+
# 安装开发版本(更多修复,新功能,但不够稳定,适合开发者)
84+
uv tool install git+https://github.com/AstrBotDevs/AstrBot@dev
8285
```
8386

8487
> 需要安装 [uv](https://docs.astral.sh/uv/)
@@ -204,6 +207,10 @@ yay -S astrbot-git
204207

205208
你可以通过查看问题或帮助审核 PR(拉取请求)来贡献。任何问题或 PR 都欢迎参与,以促进社区贡献。当然,这些只是建议,你可以以任何方式进行贡献。对于新功能的添加,请先通过 Issue 讨论。
206209
建议将功能性PR合并至dev分支,将在测试修改后合并到主分支并发布新版本。
210+
为了减少冲突,建议如下:
211+
1. 工作分支最好基于 `dev` 分支创建,避免直接在 `main` 分支上工作。
212+
2. 提交 PR 时,选择 `dev` 分支作为目标分支。
213+
3. 定期同步 `dev` 分支到本地,多使用git pull。
207214

208215
### 开发环境
209216

0 commit comments

Comments
 (0)