File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ git clone https://github.com/Commit-Boost/commit-boost-client
37
37
38
38
Now you can build the CLI with:
39
39
``` bash
40
- cargo build --release -- p commit-boost
40
+ cargo build --release -p commit-boost
41
41
```
42
42
43
43
::: note
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ set -euo pipefail
5
5
# Commit Boost needs the default pbs and signer module images to be available. For local development, build these based on the ./docker folder
6
6
# The image names match the ones in common::config
7
7
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
You can’t perform that action at this time.
0 commit comments