Skip to content

Commit

Permalink
Merge pull request #76 from agoric-labs/jim-vestcalc-build-doc
Browse files Browse the repository at this point in the history
docs: vesting calculator build instructions
  • Loading branch information
JimLarson authored Jul 13, 2021
2 parents 82ad2e5 + c12b97a commit a153748
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions x/auth/vesting/cmd/vestcalc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ since the desired vesting schedule is commonly specified in local time.
To use another timezone, set your `TZ` environment variable before
running the command.

## Build and install

Run `go install` in this directory, which will create or update the
`vestcalc` binary in (by default) your `~/go/bin` directory. See the
[documentation](https://pkg.go.dev/cmd/go) for the `go` command-line
tool for other options.

## Writing a schedule

When the `--write` flag is set, the tool will write a schedule in JSON to
Expand Down

0 comments on commit a153748

Please sign in to comment.