From b5d476b339ecd6faae966ef96795fb53f44f26c7 Mon Sep 17 00:00:00 2001 From: "qiang.ou" Date: Wed, 14 Jun 2017 17:48:37 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2db75da..6b6cfb9 100644 --- a/README.md +++ b/README.md @@ -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)`