Skip to content

Commit

Permalink
chore: fix the missing example.toml in README-CN (#1253)
Browse files Browse the repository at this point in the history
The `example.toml` is missing in the docs folder, the `minimal.toml` is
valid.

## Rationale
`example.toml` was renamed into `minimal.toml`

## Detailed Changes
change the README-CN's  content

## Test Plan
  • Loading branch information
zuston authored Oct 10, 2023
1 parent ee70ab4 commit 99ae6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cargo build --release

使用下载的代码中提供的默认配置文件,即可启动:
```bash
./target/release/ceresdb-server --config ./docs/example.toml
./target/release/ceresdb-server --config ./docs/minimal.toml
```

### 进行数据读写
Expand Down

0 comments on commit 99ae6e0

Please sign in to comment.