修改了手机运行文档的图片,简化运行方式
This commit is contained in:
parent
6fdc2da769
commit
03fe6e307a
|
@ -1,29 +1,26 @@
|
||||||
# 手机运行
|
# 手机运行
|
||||||
|
|
||||||
## 懒人部署
|
## 懒人部署
|
||||||
|
> 运行方式采用的是ZeroTermux的proot容器来安装的ubuntu 20.04 来运行的
|
||||||
### 1.软件工具下载
|
### 1.软件工具下载
|
||||||
|
|
||||||
- 安卓手机
|
- 安卓手机
|
||||||
- ZeroTermux
|
- ZeroTermux
|
||||||
- 恢复包
|
- 恢复包
|
||||||
> 下载地址:https://www.123pan.com/s/g9qA-DMMYd
|
> 下载地址:https://www.123pan.com/s/g9qA-DMMYd
|
||||||
>
|
>
|
||||||
> <img src="https://files.catbox.moe/c5sl29.png" style="float:left;" />
|
> <img src="https://dph666-1252290660.cos.ap-chengdu.myqcloud.com/c5sl29.png" style="float:left;" />
|
||||||
|
|
||||||
|
|
||||||
### 2.软件安装与恢复
|
### 2.软件安装与恢复
|
||||||
|
|
||||||
<img src="https://files.catbox.moe/72x5u5.png" />
|
<img src="https://dph666-1252290660.cos.ap-chengdu.myqcloud.com/72x5u5.png" />
|
||||||
|
|
||||||
### 3. 启动容器运行程序
|
|
||||||
|
|
||||||
输入` debian`启动容器
|
|
||||||
|
|
||||||
|
### 3. 运行程序
|
||||||
```shell
|
```shell
|
||||||
# 输入` debian`启动容器
|
# 进入容器后输入 ./study_xxqg 启动程序
|
||||||
debian
|
|
||||||
#进入 xxqg 目录
|
|
||||||
cd xxqg
|
|
||||||
# 启动程序
|
|
||||||
./study_xxqg
|
./study_xxqg
|
||||||
|
#里面已经安装了screen 如何使用自行百度
|
||||||
```
|
```
|
||||||
<img src="https://files.catbox.moe/vvfh0y.png" />
|
|
||||||
|
<img src="https://dph666-1252290660.cos.ap-chengdu.myqcloud.com/reult.jpg" />
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue