Merge branch 'master' of github.com:ouqiang/gocron

pull/164/head v1.5.2
ouqiang 2019-06-15 10:45:53 +08:00
commit 9f9c663624
1 changed files with 3 additions and 1 deletions

View File

@ -55,8 +55,10 @@
4. 浏览器访问 http://localhost:5920 4. 浏览器访问 http://localhost:5920
### 源码安装 ### 源码安装
- 安装Go 1.9+
- 安装Go 1.11+
- `go get -d github.com/ouqiang/gocron` - `go get -d github.com/ouqiang/gocron`
- `export GO111MODULE=on`
- 编译 `make` - 编译 `make`
- 启动 - 启动
* gocron `./bin/gocron web` * gocron `./bin/gocron web`