File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ docker compose up -d
4141make test
4242
4343# Local development
44- sudo ./bin/kepler --config hack/config.yaml
44+ sudo ./bin/kepler --config.file hack/config.yaml
4545```
4646
4747## 📚 Related Project Documentation
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ docker compose up -d
4242make test
4343
4444# 本地开发
45- sudo ./bin/kepler --config hack/config.yaml
45+ sudo ./bin/kepler --config.file hack/config.yaml
4646```
4747
4848## 📚 相关项目文档
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ cd kepler
117117make build
118118
119119# Run Kepler (requires sudo for hardware access)
120- sudo ./bin/kepler --config hack/config.yaml
120+ sudo ./bin/kepler --config.file hack/config.yaml
121121```
122122
123123#### Configuration
@@ -126,7 +126,7 @@ Kepler can be configured using YAML files or CLI flags. The default configuratio
126126
127127``` bash
128128# Run with custom configuration
129- sudo ./bin/kepler --config /path/to/your/config.yaml
129+ sudo ./bin/kepler --config.file /path/to/your/config.yaml
130130
131131# Run with CLI flags
132132sudo ./bin/kepler --log.level=debug --exporter.stdout
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ cd kepler
120120make build
121121
122122# 运行 Kepler(需要 sudo 权限访问硬件)
123- sudo ./bin/kepler --config hack/config.yaml
123+ sudo ./bin/kepler --config.file hack/config.yaml
124124```
125125
126126#### 配置
@@ -129,7 +129,7 @@ Kepler 可以使用 YAML 文件或 CLI 标志进行配置。默认配置在 `hac
129129
130130``` bash
131131# 使用自定义配置运行
132- sudo ./bin/kepler --config /path/to/your/config.yaml
132+ sudo ./bin/kepler --config.file /path/to/your/config.yaml
133133
134134# 使用 CLI 标志运行
135135sudo ./bin/kepler --log.level=debug --exporter.stdout
You can’t perform that action at this time.
0 commit comments