Update command in README
This commit is contained in:
parent
66e8135800
commit
7292d97674
@ -48,8 +48,14 @@
|
|||||||
|
|
||||||
- Generate LPS lockup distribution JSON file
|
- Generate LPS lockup distribution JSON file
|
||||||
|
|
||||||
```
|
```bash
|
||||||
~/cerc/laconicd-stack/scripts/generate-lps-lock.sh "<lps-distribution-spreadsheet-url-or-file-path>"
|
# -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 "<lps-distribution-spreadsheet-url-or-file-path>" \
|
||||||
|
-d "<destination-folder-for-json-file>" \
|
||||||
|
-s "<sheet-name>"
|
||||||
```
|
```
|
||||||
|
|
||||||
- This will generate the `distribution.json` file at `~/cerc/laconicd-stack/distribution.json`
|
- This will generate the `distribution.json` file at `~/cerc/laconicd-stack/distribution.json`
|
||||||
|
Loading…
Reference in New Issue
Block a user