We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a75e2 commit 308e03bCopy full SHA for 308e03b
README.md
@@ -32,9 +32,9 @@ The exported interfaces should be purely functional without any state owned by R
32
33
## Build Scripts
34
35
-`bun scripts/build` will run the build script. For example: `bun scripts/build algokit_transact kotlin` builds `algokit_transact` for `kotlin`.
+`cargo pkg` will run the build script. For example: `cargo pkg transact kt` builds `algokit_transact` for `kotlin`.
36
37
-The scripts are defined in [./scripts/build/languages/] for each language.
+The scripts are defined in [tools/build_pkgs] for each language.
38
39
### Learning Resources
40
0 commit comments