From 7292d97674bf8035c2e0b4572e8b1e311dd1b40e Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Tue, 3 Jun 2025 12:02:18 +0530 Subject: [PATCH] Update command in README --- docs/run-first-validator.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/run-first-validator.md b/docs/run-first-validator.md index 65cba46..241ab6b 100644 --- a/docs/run-first-validator.md +++ b/docs/run-first-validator.md @@ -48,8 +48,14 @@ - Generate LPS lockup distribution JSON file - ``` - ~/cerc/laconicd-stack/scripts/generate-lps-lock.sh "" + ```bash + # -i, --input: Google Sheet URL or local Excel file path (required) + # -d, --dir: Destination folder for the generated distribution.json file (optional, defaults to current directory) + # -s, --sheet: Sheet name to read (optional, defaults to "Genesis Allocation") + ~/cerc/laconicd-stack/scripts/generate-lps-lock.sh \ + -i "" \ + -d "" \ + -s "" ``` - This will generate the `distribution.json` file at `~/cerc/laconicd-stack/distribution.json`