We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc142d commit e2365a5Copy full SHA for e2365a5
README_zh.md
@@ -78,7 +78,10 @@ AstrBot 是一个开源的一站式 Agentic 个人和群聊助手,可在 QQ、
78
```bash
79
uv tool install astrbot
80
astrbot init # 仅首次执行此命令以初始化环境
81
-astrbot run
+astrbot run # astrbot run --backend-only 仅启动后端服务
82
+
83
+# 安装开发版本(更多修复,新功能,但不够稳定,适合开发者)
84
+uv tool install git+https://github.com/AstrBotDevs/AstrBot@dev
85
```
86
87
> 需要安装 [uv](https://docs.astral.sh/uv/)。
@@ -204,6 +207,10 @@ yay -S astrbot-git
204
207
205
208
你可以通过查看问题或帮助审核 PR(拉取请求)来贡献。任何问题或 PR 都欢迎参与,以促进社区贡献。当然,这些只是建议,你可以以任何方式进行贡献。对于新功能的添加,请先通过 Issue 讨论。
206
209
建议将功能性PR合并至dev分支,将在测试修改后合并到主分支并发布新版本。
210
+为了减少冲突,建议如下:
211
+1. 工作分支最好基于 `dev` 分支创建,避免直接在 `main` 分支上工作。
212
+2. 提交 PR 时,选择 `dev` 分支作为目标分支。
213
+3. 定期同步 `dev` 分支到本地,多使用git pull。
214
215
### 开发环境
216
0 commit comments