Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ltitanb committed Jul 22, 2024
1 parent 0845ab5 commit cadefca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/get_started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ git clone https://github.com/Commit-Boost/commit-boost-client

Now you can build the CLI with:
```bash
cargo build --release --p commit-boost
cargo build --release -p commit-boost
```

:::note
Expand Down
4 changes: 2 additions & 2 deletions scripts/build_local_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -euo pipefail
# Commit Boost needs the default pbs and signer module images to be available. For local development, build these based on the ./docker folder
# The image names match the ones in common::config

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

0 comments on commit cadefca

Please sign in to comment.