Skip to content

Commit 1778c17

Browse files
committed
update README.md
1 parent 051c586 commit 1778c17

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,35 @@ Confirm the Sway toolchain built successfully:
5050
cargo run --bin forc -- --help
5151
```
5252

53+
## All other scripts/commands
54+
55+
For all other scripts and commands use https://github.com/casey/just:
56+
57+
```
58+
> just --list
59+
Available recipes:
60+
[automation]
61+
update-contract-ids
62+
update-fuel-dependencies
63+
64+
[benchmark]
65+
benchmark
66+
benchmark-tests
67+
collect-gas-usage
68+
69+
[build]
70+
build-highlightjs
71+
build-prism
72+
generate-sway-lib-std
73+
74+
[ci]
75+
ci-check
76+
install-ci-check
77+
78+
[test]
79+
test-forc-fmt-check-panic
80+
```
81+
5382
## Contributing to Sway
5483

5584
We welcome contributions to Sway!

0 commit comments

Comments
 (0)