We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610be35 commit 5ad1180Copy full SHA for 5ad1180
README.md
@@ -49,6 +49,14 @@ Flags:
49
50
- `--external-builder`: URL of an external builder to use (enables rollup-boost)
51
52
+### Example Commands
53
+
54
+Here's a complete example showing how to run the L1 recipe with the latest fork enabled and custom output directory:
55
56
+```bash
57
+$ builder-playground cook l1 --latest-fork --output ~/my-builder-testnet --genesis-delay 15 --log-level debug
58
+```
59
60
## Common Options
61
62
- `--output` (string): The directory where the chain data and artifacts are stored. Defaults to `$HOME/.playground/devnet`
0 commit comments