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 88fd36c commit 78cdffaCopy full SHA for 78cdffa
docs/guide/getting-started.md
@@ -34,10 +34,17 @@ LLOneBot 支持最新版本的 QQ。注意要用原版的 QQ ,不要安装任
34
配置文件具体内容往下翻
35
36
## Linux 一键 Docker 安装方案
37
+
38
```shell
39
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
40
```
41
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
48
## Linux 使用 NixOS/Docker 安装
49
50
见 <https://github.com/llonebot/llonebot.nix>
0 commit comments