更新文档

This commit is contained in:
qiang.ou
2017-06-14 17:48:37 +08:00
committed by GitHub
parent a78d14693b
commit b5d476b339
+2 -2
View File
@@ -47,9 +47,9 @@
### 二进制安装
1. 解压压缩包
2. `cd 解压目录`
3. 启动
3. 启动 (Windows平台默认后台运行)
* 调度器启动
* Windows: `gocron.exe web`
       * Windows:  `gocron.exe web`
* Linux、Mac OS: `./gocron web`
* 任务执行器启动
* Windows: `gocron-node.exe ip:port (默认0.0.0.0:5921)`