diff --git a/README.md b/README.md
index 9f17835..6cf3f4c 100644
--- a/README.md
+++ b/README.md
@@ -48,10 +48,31 @@ curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-aarc
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-macos
```
+### 没有您的平台?
+
+编译是一件很简单的事,不要担心,只需在命令行复制粘贴这一行运行:
+```bash
+git clone https://gitee.com/RubyMetric/chsrc.git ; cd chsrc ; make
+
+# 可以运行了!
+./chsrc
+```
+
## 使用
+当你不想自动测速的时候,你可以直接指定某镜像站。
+
+```bash
+chsrc set ruby # 测速,寻找最快者,换源
+# 或
+chsrc ls ruby # 列出可用的镜像站
+chsrc set ruby rubychiina # 使用 RubyChina 作为镜像站
+```
+
+
+
```bash
使用:chsrc [target]