美化排版

This commit is contained in:
shmilylty
2019-08-14 22:22:30 +08:00
parent 3f4336cca9
commit a3c8834f05
+2 -2
View File
@@ -96,8 +96,8 @@ pip 19.2.2 from C:\Users\shmilylty\AppData\Roaming\Python\Python37\site-packages
其他系统平台的请参考[依赖安装](./docs/installation_dependency.md),如果在安装依赖过程中发现编译某个依赖库失败时可以参考[编译失败解决方法](./docs/building_fail_solution.md),如果还没有解决欢迎加群反馈。
**✨使用演示**
如果你是通过pip3安装的依赖则使用以下命令运行示例:
1. 如果你是通过pip3安装的依赖则使用以下命令运行示例:
```bash
cd oneforall/
python3 oneforall.py --target example.com run
@@ -105,7 +105,7 @@ python3 oneforall.py --target example.com run
![Example](./docs/usage_example.svg)
如果你通过pipenv安装的依赖则使用以下命令运行示例:
2. 如果你通过pipenv安装的依赖则使用以下命令运行示例:
```bash
cd oneforall/
pipenv run python oneforall.py --target example.com run