diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8787837
--- /dev/null
+++ b/README.md
@@ -0,0 +1,64 @@
+
+
proxypool
+
+
+自动抓取tg频道、订阅地址、公开互联网上的ss、ssr、vmess节点信息,聚合去重后提供clash配置
+
+
+
+
+
+
+
+
+
+
+
+
+
+## 支持
+
+- 支持ss、ssr、vmess节点链接与订阅
+- 任意 Telegram 频道抓取
+- 机场订阅地址抓取解析
+- 公开互联网页面模糊抓取
+- 翻墙党论坛新节点信息
+- 其他节点分享网站
+- 定时抓取更新
+- 使用配置文件提供抓取源
+
+## 安装
+
+### 从源码编译
+
+需要安装Golang
+
+```sh
+$ go get -u -v github.com/zu1k/proxypool
+```
+
+### 下载预编译程序
+
+从这里下载预编译好的程序 [release](https://github.com/zu1k/proxypool/releases)
+
+### 使用docker
+
+```sh
+docker pull docker.pkg.github.com/zu1k/proxypool/proxypool:latest
+```
+
+## 使用共享抓取配置文件
+
+每一次抓取前会自动从github下载最新的抓取配置文件
+
+直接运行 `proxypool` 程序即可
+
+### 自定义抓取配置文件
+
+```shell
+proxypool -c source.yaml
+```
+
+## 截图
+
+
diff --git a/docs/run.png b/docs/run.png
new file mode 100644
index 0000000..fa6451c
Binary files /dev/null and b/docs/run.png differ