From eeb429048b3df580f6a9d45cc89ae9182e38dad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 5 Mar 2024 22:26:09 +0800 Subject: [PATCH 1/2] docs: update readme --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c0944da..b89387f 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,6 @@ TG群: *V3之后不再需要LLAPI* ## 安装方法 -### Linux 容器化快速安装 - -执行以下任意脚本,按照提示设置NoVnc密码,即可运行,脚本问题与异常参考 [llonebot-docker](https://github.com/MliKiowa/llonebot-docker) 项目。 - - ```bash -curl https://cdn.jsdelivr.net/gh/MliKiowa/llonebot-docker/fastboot.sh -o fastboot.sh & chmod +x fastboot.sh & sudo sh fastboot.sh - ``` - ```bash -wget -O fastboot.sh https://cdn.jsdelivr.net/gh/MliKiowa/llonebot-docker/fastboot.sh & chmod +x fastboot.sh & sudo sh fastboot.sh - ``` ### 通用手动安装方法 @@ -41,9 +31,20 @@ wget -O fastboot.sh https://cdn.jsdelivr.net/gh/MliKiowa/llonebot-docker/fastboo │ │ └── node_modules/... ``` +### Linux 容器化快速安装 + +执行以下任意脚本,按照提示设置NoVnc密码,即可运行,脚本问题与异常参考 [llonebot-docker](https://github.com/MliKiowa/llonebot-docker) 项目。 + + ```bash +curl https://cdn.jsdelivr.net/gh/LLOneBot/llonebot-docker/fastboot.sh -o fastboot.sh & chmod +x fastboot.sh & sudo sh fastboot.sh + ``` + ```bash +wget -O fastboot.sh https://cdn.jsdelivr.net/gh/LLOneBot/llonebot-docker/fastboot.sh & chmod +x fastboot.sh & sudo sh fastboot.sh + ``` + ### 使用termux安装 -见 +具体安装过程与教程,参考 [https://github.com/MliKiowa/llonebot-docker](https://github.com/LLOneBot/llonebot-termux) 项目。 ## 支持的功能 From 873cc6d6a56af891dc0fbaf1c4bfd78d1ec870e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 5 Mar 2024 22:26:57 +0800 Subject: [PATCH 2/2] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b89387f..613f3d8 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ wget -O fastboot.sh https://cdn.jsdelivr.net/gh/LLOneBot/llonebot-docker/fastboo ### 使用termux安装 -具体安装过程与教程,参考 [https://github.com/MliKiowa/llonebot-docker](https://github.com/LLOneBot/llonebot-termux) 项目。 +具体安装过程与教程,参考 [llonebot-termux](https://github.com/LLOneBot/llonebot-termux) 项目。 ## 支持的功能