From 8519a98387bed0cc28feaf7eb6d39d64204bba84 Mon Sep 17 00:00:00 2001 From: Daniel McGregor Date: Tue, 6 Jun 2023 20:00:41 +0800 Subject: [PATCH] fix: initial release (#11) BREAKING CHANGE: initial release --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fa73c98..67bcc97 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ Then to use it algokitgen-py path/to/application.json path/to/output/client_generated.py ``` +Or if you have [AlgoKit](https://github.com/algorandfoundation/algokit-cli) 1.1+ installed + +```commandline +algokit generate client path/to/application.json --output path/to/output/client_generated.py +``` + ## Examples There are a range of [examples](./examples) that you can look at to see a source smart contract (`{contract.py}`),