Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AstrBotLauncher

https://github.com/Soulter/AstrBot 的适用于 Windows 的启动器
适用于 Windows 的 [AstrBot](https://astrbot.app) 启动器

## 前置条件

Expand All @@ -9,14 +9,17 @@ https://github.com/Soulter/AstrBot 的适用于 Windows 的启动器。

## 使用方式

请参考 [文档](https://docs.astrbot.app/deploy/astrbot/windows.html)

下面是简略版教程:

> [!WARNING]
> 如果启动后直接闪退,请尝试运行 `launcher_astrbot_en.bat`。

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/releases) 下载第一个 Asset。
3. 下载压缩包后,将压缩包内的文件夹解压到磁盘,然后直接双击解压好的文件夹内 `launcher_astrbot.bat` 即可。

> [!WARNING]
Expand Down