Skip to content

Commit 99ae6e0

Browse files
authored
chore: fix the missing example.toml in README-CN (#1253)
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
1 parent ee70ab4 commit 99ae6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ cargo build --release
7373

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

7979
### 进行数据读写

0 commit comments

Comments
 (0)