下载源代码
- 使用 Git 克隆
- 直接下载代码
-
请在要放置小可的文件夹中右键打开终端,并输入以 下指令:
git clone https://github.com/Teahouse-studios/akari-bot.git
直连 GitHub 的克隆速度较慢,在特殊情况下,您可以使用镜像站进行克隆:
git clone https://gitclone.com/github.com/Teahouse-studios/akari-bot.git
git clone https://gh-proxy.com/github.com/Teahouse-studios/akari-bot.git
info镜像站会在每天晚上进行仓库更新,所以若想在镜像站更新之前获取 最新版本的代码,请使用原 GitHub 地址。
-
在文件夹内打开终端。
cd akari-bot
-
您可以下载 master 分支的最新代码。
info由于无法保证 Release 版本的稳定性,我们不再提供 Release 版本的下载。
info不建议直接下载代码部署,因为这样您将无法使用 Git 或是使用机器人内置的命令更新代码。
-
解压源代码,并在文件夹中打开终端。