From 6fdc2da7699642b71715967a9c6c87a5bcfe3f8b Mon Sep 17 00:00:00 2001
From: ithao <812146079@qq.com>
Date: Sat, 26 Nov 2022 17:12:11 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=8B=E6=9C=BA=E8=BF=90?=
=?UTF-8?q?=E8=A1=8C=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/_sidebar.md | 1 +
docs/lazy/index.md | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 docs/lazy/index.md
diff --git a/docs/_sidebar.md b/docs/_sidebar.md
index b732ad3..8698b5c 100644
--- a/docs/_sidebar.md
+++ b/docs/_sidebar.md
@@ -3,6 +3,7 @@
* [Windows运行](./windows/index)
* [linux运行](./linux/index)
* [源码运行](./custom/index)
+ * [手机运行](./lazy/index)
* [推送配置](./push.md)
* [配置文件](./config.md)
* [跳板搭建](./scheme.md)
diff --git a/docs/lazy/index.md b/docs/lazy/index.md
new file mode 100644
index 0000000..4aff48a
--- /dev/null
+++ b/docs/lazy/index.md
@@ -0,0 +1,29 @@
+# 手机运行
+
+## 懒人部署
+
+### 1.软件工具下载
+- 安卓手机
+- ZeroTermux
+- 恢复包
+> 下载地址:https://www.123pan.com/s/g9qA-DMMYd
+>
+>
+
+### 2.软件安装与恢复
+
+
+
+### 3. 启动容器运行程序
+
+ 输入` debian`启动容器
+
+```shell
+# 输入` debian`启动容器
+ debian
+#进入 xxqg 目录
+ cd xxqg
+# 启动程序
+ ./study_xxqg
+```
+
\ No newline at end of file