Skip to content

Commit

Permalink
added continual --enable to setup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Oct 19, 2024
1 parent 13e08e0 commit 9fc9e65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ tezpay ami package
5. Create and configure your config.hjson. You can find examples in `samples/` folder or in [official tezpay repository](https://github.com/tez-capital/tezpay/tree/main/docs/configuration)
- your `config.hjson` and other configuration files should be placed next to `app.hjson`
6. Run `ami --path=<your app path> --help` to investigate available commands
7. Start tezpay services with `ami --path=<your app path> start`
8. Check info about the tezpay services `ami --path=<your app path> info`
7. To enable `continual` payouts run: `ami continual --enable`
8. Start tezpay services with `ami --path=<your app path> start`
9. Check info about the tezpay services `ami --path=<your app path> info`

##### Continual mode

Expand Down

0 comments on commit 9fc9e65

Please sign in to comment.