Skip to content

Commit

Permalink
[MINOR] fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zeliu authored and yukkit committed Jun 12, 2023
1 parent 7b7158a commit 54e037f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -115,7 +115,7 @@ make build
The following is a single node startup. If you need to start a cluster, see [Start a CnosDB Cluster](https://docs.cnosdb.com/en/latest/deploy/install.html#start-a-cnosdb-cluster)

```bash
./target/debug/cnosdb run -M singleton ./config/config.toml
./target/debug/cnosdb run -M singleton --config ./config/config.toml
```

#### **Run CLI**
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Expand Up @@ -113,7 +113,7 @@ make build
以下为单节点启动,如需启动集群,见 [启动一个集群](https://docs.cnosdb.com/zh/guide/cluster/cluster.html#%E9%9B%86%E7%BE%A4%E5%90%AF%E5%8A%A8%E6%B5%81%E7%A8%8B)

```bash
./target/debug/cnosdb run -M singleton ./config/config.toml
./target/debug/cnosdb run -M singleton --config ./config/config.toml
```

#### **运行CLI**
Expand Down

0 comments on commit 54e037f

Please sign in to comment.