From 03fe6e307af6cd96896323a06b9bbb86058c22e2 Mon Sep 17 00:00:00 2001 From: ithao <812146079@qq.com> Date: Sun, 27 Nov 2022 16:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=96=87=E6=A1=A3=E7=9A=84=E5=9B=BE=E7=89=87?= =?UTF-8?q?=EF=BC=8C=E7=AE=80=E5=8C=96=E8=BF=90=E8=A1=8C=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/lazy/index.md | 27 ++++++++++++--------------- docs/start.md | 1 + 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/docs/lazy/index.md b/docs/lazy/index.md index 4aff48a..73c963d 100644 --- a/docs/lazy/index.md +++ b/docs/lazy/index.md @@ -1,29 +1,26 @@ # 手机运行 ## 懒人部署 - +> 运行方式采用的是ZeroTermux的proot容器来安装的ubuntu 20.04 来运行的 ### 1.软件工具下载 + - 安卓手机 - ZeroTermux - 恢复包 -> 下载地址:https://www.123pan.com/s/g9qA-DMMYd -> -> + > 下载地址:https://www.123pan.com/s/g9qA-DMMYd + > + > + ### 2.软件安装与恢复 - - -### 3. 启动容器运行程序 - -​ 输入` debian`启动容器 + +### 3. 运行程序 ```shell -# 输入` debian`启动容器 - debian -#进入 xxqg 目录 - cd xxqg -# 启动程序 +# 进入容器后输入 ./study_xxqg 启动程序 ./study_xxqg +#里面已经安装了screen 如何使用自行百度 ``` - \ No newline at end of file + + diff --git a/docs/start.md b/docs/start.md index 1714830..2d344f0 100644 --- a/docs/start.md +++ b/docs/start.md @@ -3,6 +3,7 @@ * [Windows运行](./windows/index) * [linux运行](./linux/index) * [源码运行](./custom/index) + * [手机运行](./lazy/index) * [推送配置](./push.md) * [配置文件](./config.md) * [跳板搭建](./scheme.md)