Skip to content

Commit

Permalink
start --config (#698)
Browse files Browse the repository at this point in the history
Signed-off-by: seeflood <[email protected]>
  • Loading branch information
seeflood authored Jul 6, 2022
1 parent dea867e commit b30dda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/zh/start/file/minio.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ go build -o layotto
启动 Layotto:

```shell @background
./layotto start -c ../../configs/config_file.json
./layotto start --config ../../configs/config_file.json
```
<!-- tabs:end -->

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/start/secret/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ go build -o layotto
完成后目录下会生成layotto文件,运行它:

```shell @background
./layotto start -c ../../configs/config_standalone.json
./layotto start --config ../../configs/config_standalone.json
```

### 第二步:运行客户端程序,调用 Layotto 获取 secret
Expand Down

0 comments on commit b30dda7

Please sign in to comment.