From e8ba4c84d9209034b21ad60e175e5e344536229a Mon Sep 17 00:00:00 2001 From: Dom Date: Tue, 17 Dec 2024 09:26:53 -0500 Subject: [PATCH] Add info on flag usage --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 913d2d6144..04d9fd6989 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,8 @@ cargo build --features try-runtime --release && cp target/release/substrate . try-runtime \ --runtime /path-to-substrate/target/release/wbuild/my-runtime.wasm \ on-runtime-upgrade \ + # if you'd like pre_upgrade & post_upgrade to run + --disable-mbm-checks \ live --uri ws://localhost:9999 ```