diff --git a/README.md b/README.md
index 656e313..0e662c4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,12 @@
-oneterm Provide secure access and control over all infrastructure
+
+**`OneTerm`** Bastion Host, based on the 4A concept, i.e., Authentication, Authorization, Account, and Audit, is designed and developed.
+
+`Main use`: It is mainly used for products that enhance IT internal control and compliance security by implementing control and audit of IT personnel's operating behaviors in enterprises.
+
+`Main functions`: role management, authorization approval, resource access control, session audit, etc.
---
@@ -15,7 +20,7 @@ oneterm Provide secure access and control over all infrastructure
```bash
git clone https://github.com/veops/oneterm.git
cd oneterm
-docker compose up -d
+docker-compose up -d
```
## ✅ Validation
@@ -40,10 +45,10 @@ ssh-keygen -t ed25519 # Generate the key following the prompts
cat /root/.ssh/id_ed25519.pub # Copy the public key. The public key address is obtained from the generation process as shown in the previous step
ifconfig | grep -B1 "xxx.xxx.xxx.xxx" | awk '/ether/{print $2}' # Get the MAC address, replace xxx.xxx.xxx.xxx with your local IP
```
-
+
2. Place the public key and MAC on the platform
- 
+ 
### More Streamlined Login Method
```shell
diff --git a/README_cn.md b/README_cn.md
index e55c47e..7816434 100644
--- a/README_cn.md
+++ b/README_cn.md
@@ -4,7 +4,12 @@
-oneterm 简单、轻量、安全的跳板机服务
+
+**`OneTerm`** 堡垒机,基于4A理念,即认证(Authen)、授权(Authorize)、账号(Account)、审计(Audit)设计开发。
+
+`主要用途`:主要用于企业通过实现对IT人员操作行为的控制和审计来提升IT内部控制、合规安全性的产品。
+
+`主要功能`:角色管理、授权审批、资源访问控制、会话审计等。
---
@@ -15,7 +20,7 @@ oneterm 简单、轻量、安全的跳板机服务
```bash
git clone https://github.com/veops/oneterm.git
cd oneterm
-docker compose up -d
+docker-compose up -d
```
## ✅验证
@@ -38,10 +43,11 @@ ssh-keygen -t ed25519 # 根据提示生成key
cat /root/.ssh/id_ed25519.pub # 拷贝公钥, 公钥地址从上一步生成的过程中获取,如下图所示
ifconfig | grep -B1 "xxx.xxx.xxx.xxx" | awk '/ether/{print $2}' # 获取mac地址, 其中xxx.xxx.xxx.xxx换成您本机的IP
```
-
+
+
2. 将公钥和mac放在平台上
-
+
### 更精简的的登录方式
```shell
@@ -60,10 +66,6 @@ Host oneterm
User admin # 此处替换为您oneterm上的平台用户
```
-
-
-
-
## 📚产品文档
文档地址:https://veops.cn/docs/docs/oneterm/onterm_design
@@ -75,10 +77,10 @@ Host oneterm
## 🔗相关项目
-[go-ansiterm](https://github.com/veops/go-ansiterm):linux终端仿真器
+[go-ansiterm](https://github.com/veops/go-ansiterm):linux终端仿真器,主要是根据终端输入和服务器回显解析命令
## 🤝社区交流
**欢迎关注公众号(维易科技OneOps),关注后可加入微信群,进行产品和技术交流。**
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/img.png b/docs/images/img.png
similarity index 100%
rename from img.png
rename to docs/images/img.png
diff --git a/img_1.png b/docs/images/img_1.png
similarity index 100%
rename from img_1.png
rename to docs/images/img_1.png
diff --git a/docs/images/img_2.png b/docs/images/img_2.png
new file mode 100644
index 0000000..675ab3a
Binary files /dev/null and b/docs/images/img_2.png differ
diff --git a/docs/images/img_3.png b/docs/images/img_3.png
new file mode 100644
index 0000000..675ab3a
Binary files /dev/null and b/docs/images/img_3.png differ
diff --git a/backend/docs/images/wechat.jpg b/docs/images/wechat.jpg
similarity index 100%
rename from backend/docs/images/wechat.jpg
rename to docs/images/wechat.jpg