Skip to content

Commit 78cdffa

Browse files
committed
更新 Linux 一键 Docker 安装方案,添加 GitHub 连接不顺畅时的备用下载链接
1 parent 88fd36c commit 78cdffa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/guide/getting-started.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,17 @@ LLOneBot 支持最新版本的 QQ。注意要用原版的 QQ ,不要安装任
3434
配置文件具体内容往下翻
3535

3636
## Linux 一键 Docker 安装方案
37+
3738
```shell
3839
curl -fsSL https://raw.githubusercontent.com/linyuchen/PMHQ/refs/heads/main/docker/install-llob.sh -o install-pmhq-llob.sh && chmod u+x ./install-pmhq-llob.sh && ./install-pmhq-llob.sh
3940
```
4041

42+
如果连接 GitHub 不顺畅可以使用
43+
44+
```shell
45+
curl -fsSL https://gh-proxy.com/https://raw.githubusercontent.com/linyuchen/PMHQ/refs/heads/main/docker/install-llob.sh -o install-pmhq-llob.sh && chmod u+x ./install-pmhq-llob.sh && ./install-pmhq-llob.sh
46+
```
47+
4148
## Linux 使用 NixOS/Docker 安装
4249

4350
<https://github.com/llonebot/llonebot.nix>

0 commit comments

Comments
 (0)