Skip to content

Commit 85bdb1b

Browse files
TennisBowlingsauliusgrigaitis
authored andcommitted
typo fix
1 parent 462dada commit 85bdb1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Then the build may take a few minutes:
3131
git clone https://github.com/grandinetech/grandine
3232
cd grandine
3333
git submodule update --init dedicated_executor eth2_libp2p
34-
cargo build --compact --features default-networks
34+
cargo build --profile compact --features default-networks
3535
```
3636

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

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

4141
### Docker builds
4242

0 commit comments

Comments
 (0)