Skip to content

Commit 166a830

Browse files
committed
More doc changes to use new binary
1 parent e21fceb commit 166a830

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/get_started/running/binary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Modules might also have additional envs required, which should be detailed by th
5757
After creating the `cb-config.toml` file, setup the required envs and run the binary. For example:
5858

5959
```bash
60-
CB_CONFIG=./cb-config.toml commit-boost-pbs
60+
CB_CONFIG=./cb-config.toml commit-boost pbs
6161
```
6262

6363
## Security

docs/docs/get_started/running/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Make sure to add the `[metrics]` section to your config file:
1212
[metrics]
1313
enabled = true
1414
```
15-
If the section is missing, metrics collection will be disabled. If you generated the `docker-compose.yml` file with `commit-boost-cli`, metrics ports will be automatically configured, and a sample `target.json` file will be created. If you're running the binaries directly, you will need to set the correct environment variables, as described in the [previous section](/get_started/running/binary#common).
15+
If the section is missing, metrics collection will be disabled. If you generated the `docker-compose.yml` file with `commit-boost init`, metrics ports will be automatically configured, and a sample `target.json` file will be created. If you're running the binaries directly, you will need to set the correct environment variables, as described in the [previous section](/get_started/running/binary#common).
1616

1717
## Example setup
1818

0 commit comments

Comments
 (0)