diff --git a/README.md b/README.md
index 0cff345..75b51f2 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,91 @@
+
+
# DayZ Mod Translator
+
+
+
+
+
+
+[//]: # (
)
+
+[//]: # (
)
+
+[//]: # (
)
+
+[//]: # (
)
+
+[//]: # (
)
+
+[//]: # (
)
+
+[//]: # (
)
+
+[//]: # (
)
+
+
+
使用 JavaFx 编写的 DayZ 游戏mod 汉化GUI工具
-## 截图
+
+
+### 使用
+
+- 设置 -> 翻译,选择翻译接口,填写配置信息,点击确定
+- 点击左侧打开文件选择需要翻译的模组pbo文件
+- 待翻译文本获取完成后,点击右侧翻译按钮
+- 翻译完成后,点击打包按钮,选择保存位置
+
+截图
![Main window start](doc/img/screenshot01.png 'Main application window start')
+
![Main window open file](doc/img/screenshot02.png 'Main window open file')
-## 感谢
+
-[winseros / pboman3](https://github.com/winseros/pboman3) :一个简单好用的PBO文件处理工具
\ No newline at end of file
+### 本地构建
+
+#### 环境说明
+
+| 名称 | 描述 |
+|-------|---------------------------------------------------------|
+| 系统环境 | windows11/10 |
+| JDK版本 | 17 |
+| 构建工具 | Mavne |
+| 打包工具 | [JavaPackager](https://github.com/fvarrui/JavaPackager) |
+
+#### 步骤
+
+1. 环境配置
+ - 打开 [JavaFx](https://gluonhq.com/products/javafx/) 官网环境下载页面
+ - 在下方 Downloads 处
+ - `JavaFX version` 选择 `17.0.12[LTS]`
+ - `Operating System` 选择 `Windows`
+ - `Type` 选择 `jmods`
+ - 点击右侧绿色按钮下载解压
+ - 将解压文件夹内所有 `.jmod` 后缀名的文件复制到 `jdk环境目录` 的`jmods`文件夹中
+2. 下载源代码并使用 [IntelliJ IDEA](https://www.jetbrains.com/zh-cn/idea/download/?section=windows) 打开
+ ```bash
+ git clone https://github.com/octopusYan/dayz-mod-translator.git
+ ```
+3. 打包
+ - 使用 `IntelliJ IDEA` Maven UI
+ - 点击右侧工具栏的`Maven`
+ - 展开 `DayzModTranslator\Lifecycle`
+ - 点击 package
+ - 使用 mvn 命令
+ ```bash
+ mvn package
+ ```
+
+### 可能会用到
+
+吾爱论坛 / 谷歌翻译修复:[谷歌浏览器右键翻译失效了咋办,一键修复,才13KB](https://www.52pojie.cn/thread-1781877-1-1.html)
+
+## 致谢
+
+### 开源库
+
+- [pboman3](https://github.com/winseros/pboman3):打开、打包和解包 ArmA PBO 文件的工具。
\ No newline at end of file