diff --git a/README.md b/README.md
index f3a2a00..026ab55 100644
--- a/README.md
+++ b/README.md
@@ -1,35 +1,88 @@
+English | [简体中文](./README.zh-CN.md)
+
+
-基于 electron 的开源工具箱,自由集成丰富插件,打造极致的桌面端效能工具。Rubick(拉比克) 是 dota 里面的英雄之一,其核心技能是插件化使用其他英雄的技能,用完即走。非常符合本工具的设计理念,所以取名 Rubick。
-## 支持能力
-- [x] 支持远程下载安装插件,支持插件开发者模式
-- [x] 支持系统插件,只要 rubick 在运行,即可使用,不需要搜索呼起
-- [x] 支持全局快捷键设置
-- [x] 支持搜索本地已安装 app 或 偏好设置
-- [ ] 支持 Windows
-- [ ] 支持 Linux
+Based on electron open source toolbox, free integration of rich plug-ins, to create the ultimate desktop efficiency tool。Rubick is one of the heroes of Dota ,The core skill is the ability to use other heroes as plug-ins,Finished the walk 。Very consistent with the design concept of this tool,So named Rubick。
-
+## Installation package
+* [Rubick Mac OS](https://github.com/rubickCenter/rubick/releases)
+* [Rubick Windows](https://github.com/rubickCenter/rubick/releases)
+
+## Feature list
+- [x] Plug-in management based on npm package mode, installing plugins is as easy as installing npm packages.
+- [x] Support system plug-ins, as long as rubick is running, plug-ins can be used at any time.
+- [x] Support global shortcut key settings
+- [x] Support clipboard file search
+- [x] Support searching for locally installed apps or preferences
+- [x] Support MacOS
+- [x] Support Windows
+
+
+## Docs
+
+[Rubick Docs](https://rubickCenter.github.io/rubick/)
+
+
+## Core function
+### 1. Search system application
+Support pinyin and abbreviations to search system applications:
+
+
+
+### 2. UI plug-in installation
+Click the `rubick` icon on the right side of the search box to enter the plug-in market, select the desired plug-in, and click the download button to download. After the download is complete, you can find the installed plug-in under the Installed tab
+
+After the installation is complete, enter the plug-in call up command to use the corresponding plug-in:
+
+
+
+### 3. System plug-in installation
+The system plug-in installation method is the same as that of the UI category. In the plug-in market, select the `system category` and find the system plug-in that suits you to install it.
+```
+After the system plug-in is installed successfully, rubick needs to be restarted to take effect
+```
+
+### 4. The input box focus automatically matches the plug-in according to the clipboard content
+Search for `Preferences` in `rubick`, and then turn on the `Auto Paste` function to match the clipboard content and automatically match the plug-in for use.
+
+
+
+### More features
+If you need more features, please come here to give us suggestions:[issues](https://github.com/rubickCenter/rubick/issues) 。
+We will add valuable ideas to the later development. At the same time, welcome to join and build together。
+
+## 贡献
+This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
## 反馈
对本项目有兴趣或者想要交流学习的同学可以扫码加下面的微信,备注 rubick,帮助我们更好的成长:

-扫码关注 Rubick 官微, 获取最新动态:
-
-
-
-## 更新日志
-[ChangeLog](https://github.com/clouDr-f2e/rubick/blob/master/CHANGELOG.md)
-
## License
-This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/clouDr-f2e/rubick/blob/master/LICENSE) file for details.
-
+This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/rubickCenter/rubick/blob/master/LICENSE) file for details.
diff --git a/README.zh-CN.md b/README.zh-CN.md
index bdb1e26..aa3c1c3 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -1,4 +1,4 @@
-[English](https://github.com/rubickCenter/rubick/blob/master/README.md) | 简体中文
+[English](./README.md) | 简体中文
@@ -38,6 +38,7 @@
- [x] 基于 npm 包模式的插件管理,安装插件和安装 npm 包一样简单
- [x] 支持系统插件,只要在 rubick 运行时,插件可以随时使用
- [x] 支持全局快捷键设置
+- [x] 支持剪贴板文件搜索
- [x] 支持搜索本地已安装 app 或 偏好设置
- [x] 支持 MacOS
- [x] 支持 Windows