完善README

pull/21/merge
ouqiang 2017-04-28 16:12:05 +08:00
parent f2fed30ff4
commit 793d806787
1 changed files with 5 additions and 6 deletions

View File

@ -26,12 +26,11 @@
## 安装 ## 安装
### 二进制安装 ### 二进制安装
> 1. 解压压缩包
1. 解压压缩包 2. `cd 解压目录`
2. `cd 解压目录` 3. 启动
3. 启动 * Windows: `./gocron.exe web`
* Windows `./gocron.exe web` * Linux、OSX: `./gocron web`
* Linux、OSX `./gocron web`
### 源码安装 ### 源码安装
> `go get https://github.com/ouqiang/gocron` > `go get https://github.com/ouqiang/gocron`