Skip to content

Commit 8519a98

Browse files
fix: initial release (#11)
BREAKING CHANGE: initial release
1 parent cec57a9 commit 8519a98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Then to use it
3333
algokitgen-py path/to/application.json path/to/output/client_generated.py
3434
```
3535

36+
Or if you have [AlgoKit](https://github.com/algorandfoundation/algokit-cli) 1.1+ installed
37+
38+
```commandline
39+
algokit generate client path/to/application.json --output path/to/output/client_generated.py
40+
```
41+
3642
## Examples
3743

3844
There are a range of [examples](./examples) that you can look at to see a source smart contract (`{contract.py}`),

0 commit comments

Comments
 (0)