HonorLee 5 years ago
parent
commit
c0f653733a
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -14,6 +14,13 @@ Waiting...
 ```
 
 ## Tutorials
+请先提前安装好GraphicsMagick并确认 ALIAS $ gm 未被git占用,程序会检查GraphicsMagick安装情况
+源码Clone后执行
+```
+$ npm install
+$ npm link
+```
+
 ```
 Usage: ImageMinify -q [Quality] -e [Extension] -o [Output Path] Path...
 Options:
@@ -30,6 +37,7 @@ Options:
     - 目录排除
     - 图片缩放
     - 水印添加
+    - 上架NPM仓库
     - ...
 ```
 ## License