upload README

This commit is contained in:
cxykevin 2024-02-10 17:00:31 +08:00
parent 4509cc8b96
commit d96152e87b
1 changed files with 24 additions and 24 deletions

View File

@ -1,38 +1,38 @@
# PEinjector
#### 介绍
## 介绍
xxxx
#### 软件架构
## 软件架构
软件架构说明
## 安装教程
#### 安装教程
1. xxxx
2. xxxx
3. xxxx
1. xxxx
2. xxxx
3. xxxx
## 使用说明
#### 使用说明
1. xxxx
2. xxxx
3. xxxx
1. xxxx
2. xxxx
3. xxxx
## 调试
#### 调试
1. 安装 GNUmake
2. 配置虚拟机并从实体U盘启动
3. 在根目录新建 `start_vm.cmd` 并写你的虚拟机启动命令。
1. 安装 GNUmake
2. 配置虚拟机并从实体U盘启动
3. 在根目录新建 `start_vm.cmd` 并写你的虚拟机启动命令。
vmware`vmrun -T ws start 虚拟机vmx路径`
4. 在根目录输入 `make prepare` 下载解压python环境
5. 准备一个安装了 ventoy 的设备,并运行 Plugson 至少一次
6. 每次调试可使用 `make debug`
4. 在根目录输入 `make prepare` 下载解压python环境
5. 准备一个安装了 ventoy 的设备,并运行 Plugson 至少一次
6. 每次调试可使用 `make debug`
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
## 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request