diff --git a/README.md b/README.md
index fbfa5775e98be461ec92f689aaf4cd06c7191314..93fa932c36a0935f38767417d7e00c4174be0d76 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,16 @@ recolic自用的记账工具
 ## Installation / Deployment
 
 1. Download all files into any PHP-enabled HTTP server.
-2. (Optional) Create an 'Spec Budget' excel on Google Drive or OneDrive and share to everyone, and put link into `spec_url.txt`.
-3. Enjoy.
+2. `chmod 777 -R YOUR_SERVER_DIR`
+3. (Optional) Create an 'Spec Budget' excel on Google Drive or OneDrive and share to everyone, and put link into `spec_url.txt`.
+4. Enjoy.
 
 ## 安装方法
 
 1. 把所有文件下载到一个有PHP的HTTP服务器。
-2. (可选) 创建一个 '意外支出' 的excel文档在Google Drive或OneDrive里面,分享给匿名用户,并将连结放进`spec_url.txt`。
-3. 使用它。
+2. `chmod 777 -R [你的HTTP文件夹]`
+3. (可选) 创建一个 '意外支出' 的excel文档在Google Drive或OneDrive里面,分享给匿名用户,并将连结放进`spec_url.txt`。
+4. 使用它。
 
 ## How does it work
 
@@ -75,7 +77,3 @@ Amazon下单后亦存在完全退款之可能,然下单时开支数目已于
 
 这是因为现金等价物之实际价值难以评估,甚至可能并非来自现金购买。而我们只对现金开销之管控感兴趣。若将现金等价物视为现金,则会导致重复记录开销(想想存款准备金率如何影响货币总量)。
 
-## Deployment
-
-Put `release/` into any php-enabled web server, do `chmod 777 -R deploy_dir`, and enjoy.
-