From 85bdb1bfde3ded905202b8f8304a4470ca8d2189 Mon Sep 17 00:00:00 2001 From: TennisBowling <33209196+TennisBowling@users.noreply.github.com> Date: Sat, 16 Mar 2024 00:26:27 -0700 Subject: [PATCH] typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4392bb6..bb6a6e49 100644 --- a/README.md +++ b/README.md @@ -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