Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TennisBowling authored and sauliusgrigaitis committed Mar 25, 2024
1 parent 462dada commit 85bdb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Then the build may take a few minutes:
git clone https://github.com/grandinetech/grandine
cd grandine
git submodule update --init dedicated_executor eth2_libp2p
cargo build --compact --features default-networks
cargo build --profile compact --features default-networks
```

The compiled binary is available at `./target/compact/grandine`.

For faster building (larger binary size) use `--release` instead of `--compact`.
For faster building (larger binary size) use `--release` instead of `--profile compact`.

### Docker builds

Expand Down

0 comments on commit 85bdb1b

Please sign in to comment.