增加手机运行文档

This commit is contained in:
ithao 2022-11-26 17:12:11 +08:00
parent 56f421e1af
commit 6fdc2da769
2 changed files with 30 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* [Windows运行](./windows/index) * [Windows运行](./windows/index)
* [linux运行](./linux/index) * [linux运行](./linux/index)
* [源码运行](./custom/index) * [源码运行](./custom/index)
* [手机运行](./lazy/index)
* [推送配置](./push.md) * [推送配置](./push.md)
* [配置文件](./config.md) * [配置文件](./config.md)
* [跳板搭建](./scheme.md) * [跳板搭建](./scheme.md)

29
docs/lazy/index.md Normal file
View File

@ -0,0 +1,29 @@
# 手机运行
## 懒人部署
### 1.软件工具下载
- 安卓手机
- ZeroTermux
- 恢复包
> 下载地址https://www.123pan.com/s/g9qA-DMMYd
>
> <img src="https://files.catbox.moe/c5sl29.png" style="float:left;" />
### 2.软件安装与恢复
<img src="https://files.catbox.moe/72x5u5.png" />
### 3. 启动容器运行程序
输入` debian`启动容器
```shell
# 输入` debian`启动容器
debian
#进入 xxqg 目录
cd xxqg
# 启动程序
./study_xxqg
```
<img src="https://files.catbox.moe/vvfh0y.png" />