增加安装教程
diff --git "a/source/_posts/\345\256\211\350\243\205\346\225\231\347\250\213.md" "b/source/_posts/\345\256\211\350\243\205\346\225\231\347\250\213.md"
new file mode 100644
index 0000000..5196b45
--- /dev/null
+++ "b/source/_posts/\345\256\211\350\243\205\346\225\231\347\250\213.md"
@@ -0,0 +1,26 @@
+---
+title: 安装教程
+date: 2016-06-20 15:33:15
+tags:
+---
+
+## 1 安装 nodejs v6 版本
+
+[下载](https://nodejs.org/en/download/current/)
+
+
+## 2 下载文档库源码
+
+~~~bash
+git clone ssh://<username>@source.supwisdom.com:12388/epayment/epayapidocs.git
+~~~
+
+
+## 3 安装 hexo 
+
+~~~bash
+npm install hexo-cli -g
+cd epayapidocs
+npm install
+~~~
+