From eb7d8d7bf5615518b321bd49574e7736b8d6bddf Mon Sep 17 00:00:00 2001 From: "qiang.ou" Date: Wed, 14 Jun 2017 17:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b6cfb9..530e94b 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,12 @@ ## 安装 ### 二进制安装 -1. 解压压缩包 +> Windows平台默认后台运行) +1. 解压压缩包   2. `cd 解压目录` -3. 启动 (Windows平台默认后台运行) - * 调度器启动 -        * Windows:  `gocron.exe web` +3. 启动 + * 调度器启动 +        * Windows: `gocron.exe web` * Linux、Mac OS: `./gocron web` * 任务执行器启动 * Windows: `gocron-node.exe ip:port (默认0.0.0.0:5921)`