mirror of https://github.com/ouqiang/gocron
完善文档
parent
6bbc315fac
commit
e4f8c66c6d
|
@ -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
|
||||
|
||||
### 启动可选参数
|
||||
|
||||
|
|
Loading…
Reference in New Issue