Skip to content

Commit

Permalink
修改下说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
haierspi committed Oct 16, 2022
1 parent f9e4ee4 commit 7265891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CI/CD 打包docker镜像后,推送到`阿里云`镜像仓库\
一. 启动 Run
---

* 启动参数
+ 启动参数
| 参数 | 参数说明 | 必选 |
|:-----|:-------------|:-------|
| -c | 配置文件路径 [缩写] ||
Expand All @@ -25,12 +25,12 @@ CI/CD 打包docker镜像后,推送到`阿里云`镜像仓库\
| -id | 当前服务器的唯一ID ||


- 源码启动:
+ 源码启动:
```
go run webhook.go -id master -c config.json
```
- 执行程序启动 (目前支持linux 和 windows)
+ 执行程序启动 (目前支持linux 和 windows)
```
multi-node-webhook -id master -c config.json
```
Expand Down

0 comments on commit 7265891

Please sign in to comment.