Skip to content

Commit cadefca

Browse files
committed
fixes
1 parent 0845ab5 commit cadefca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/get_started/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ git clone https://github.com/Commit-Boost/commit-boost-client
3737

3838
Now you can build the CLI with:
3939
```bash
40-
cargo build --release --p commit-boost
40+
cargo build --release -p commit-boost
4141
```
4242

4343
:::note

scripts/build_local_images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ set -euo pipefail
55
# Commit Boost needs the default pbs and signer module images to be available. For local development, build these based on the ./docker folder
66
# The image names match the ones in common::config
77

8-
docker build -t commitboost_pbs_default . -f ./docker/new_pbs.Dockerfile
9-
docker build -t commitboost_signer . -f ./docker/new_signer.Dockerfile
8+
docker build -t commitboost_pbs_default . -f ./docker/pbs.Dockerfile
9+
docker build -t commitboost_signer . -f ./docker/signer.Dockerfile

0 commit comments

Comments
 (0)