Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed May 30, 2024
1 parent 820220c commit c15d852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <parameters_path_> -o <output_path>
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
```

0 comments on commit c15d852

Please sign in to comment.