完善文档

pull/21/merge
ouqiang 2017-05-02 21:49:38 +08:00
parent 6bbc315fac
commit e4f8c66c6d
1 changed files with 5 additions and 2 deletions

View File

@ -35,8 +35,11 @@
* Linux、OSX: `./gocron web`
4. 浏览器访问 http://localhost:5920
### 源码安装
> `go get https://github.com/ouqiang/gocron`
1. `go`语言版本1.5+, 1.5版本需设置环境变量 `GO15VENDOREXPERIMENT=1`
2. `go get -d https://github.com/ouqiang/gocron`
3. 编译 `go build`
4. 启动、访问方式同上
5. 生成压缩包Windows: gocron.zip, 其他平台: gocron.tar.gz ./build.sh -p 平台 -a CPU架构 例 ./build.sh -p darwin -a amd64
### 启动可选参数