Update README.md

pull/164/head
qiang.ou 2019-06-13 23:14:47 +08:00 committed by GitHub
parent 9215153f6f
commit fc7daa83ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`