From c15d85258637d4a0cf4129299f25f47d6fba34e9 Mon Sep 17 00:00:00 2001 From: brentstone Date: Wed, 29 May 2024 17:38:47 -0700 Subject: [PATCH] minor update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcaf698..b8cbc35 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ You can install `earthly` following the official guide [here](https://earthly.de # How to generate a proposal Use the python script `build_proposal.py` inside the build directory to build any of the four proposals that progress to the next phase: ``` -python3 builder/build_proposal.py -d -o +python3 builder/build_proposal.py -d $PARAMETERS_PATH -o $OUTPUT_PATH ``` -To build the phase1 to phase2 proposal: +The `$PARAMETERS_PATH` is a json file that contains some parameters and values needed to properly construct a proposal. For example, to build the phase1 to phase2 proposal: ``` python3 builder/build_proposal.py -d builder/parameters/block-party.json -o proposal.json ``` \ No newline at end of file