Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/cn/docs/dev/compile_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cargo build
之后可以用下面命令运行它:

```bash
./target/debug/horaedb-server --config ./docs/minimal.toml
./target/debug/server --config ./docs/example.toml
```

# 常见问题
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/dev/compile_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cargo build
Then you can run it using the default configuration file provided in the codebase.

```bash
./target/debug/horaedb-server --config ./docs/minimal.toml
./target/debug/server --config ./docs/example.toml
```

# Tips
Expand Down
Loading