From a53e71b4c1c971024060c2e259223cc5ecd90ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B9=E5=8F=B7=E5=A4=A7=E5=B8=9D?= <162813557+th-dd@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:56:04 +0800 Subject: [PATCH 1/2] docs: update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7b92501..2b824a42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AstrBotLauncher -https://github.com/Soulter/AstrBot 的适用于 Windows 的启动器。 +适用于 Windows 的 [AstrBot](https://astrbot.app) 启动器。 ## 前置条件 @@ -9,6 +9,9 @@ https://github.com/Soulter/AstrBot 的适用于 Windows 的启动器。 ## 使用方式 +请参考 [文档](https://docs.astrbot.app/deploy/astrbot/windows.html) + +下面是简略版教程: > [!WARNING] > 如果启动后直接闪退,请尝试运行 `launcher_astrbot_en.bat`。 @@ -16,7 +19,7 @@ https://github.com/Soulter/AstrBot 的适用于 Windows 的启动器。 1. 打开 Powershell,尝试输入 `python`,版本应该大于 3.10。关闭窗口。 > 1. 如果你曾更换过启动器命令,或者你确信安装了 Python 但是输入指令后显示 `无法将...识别为` 的消息,可以尝试 `python3`,或者重启 Powershell 窗口。如果 `Python3` 成功了,请将下一个步骤中下载好的内容中的 `launcher_astrbot.bat` 中的 `set PYTHON_CMD=` 后的内容改成 `python3` -2. 前往 [release](https://github.com/Soulter/AstrBotLauncher/releases) 下载第一个 Asset。 +2. 前往 [release](https://github.com/AstrBotDevs/AstrBotLauncher) 下载第一个 Asset。 3. 下载压缩包后,将压缩包内的文件夹解压到磁盘,然后直接双击解压好的文件夹内 `launcher_astrbot.bat` 即可。 > [!WARNING] From c4a8045703f3de877ceeb0a423a17027d1afad79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B9=E5=8F=B7=E5=A4=A7=E5=B8=9D?= <162813557+th-dd@users.noreply.github.com> Date: Tue, 13 Jan 2026 23:05:33 +0800 Subject: [PATCH 2/2] docs: update README.md Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b824a42..17c09688 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 1. 打开 Powershell,尝试输入 `python`,版本应该大于 3.10。关闭窗口。 > 1. 如果你曾更换过启动器命令,或者你确信安装了 Python 但是输入指令后显示 `无法将...识别为` 的消息,可以尝试 `python3`,或者重启 Powershell 窗口。如果 `Python3` 成功了,请将下一个步骤中下载好的内容中的 `launcher_astrbot.bat` 中的 `set PYTHON_CMD=` 后的内容改成 `python3` -2. 前往 [release](https://github.com/AstrBotDevs/AstrBotLauncher) 下载第一个 Asset。 +2. 前往 [release](https://github.com/AstrBotDevs/AstrBotLauncher/releases) 下载第一个 Asset。 3. 下载压缩包后,将压缩包内的文件夹解压到磁盘,然后直接双击解压好的文件夹内 `launcher_astrbot.bat` 即可。 > [!WARNING]