Skip to content

Commit d07eefa

Browse files
committed
change to standard cargo install for cargo-component
1 parent b5267bc commit d07eefa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ forge test
3636

3737
### Build WASI components
3838

39-
> Install `cargo binstall cargo-component` if you have not already. -- https://github.com/bytecodealliance/cargo-component#installation
39+
> Install [`cargo install cargo-component --locked`](https://github.com/bytecodealliance/cargo-component#installation) if you have not already.
4040
4141
```bash
4242
make wasi-build
@@ -65,6 +65,10 @@ cp .env.example .env
6565
make start-all
6666
```
6767

68+
> The `start-all` command must remain running in your terminal. Use another terminal to run other commands.
69+
>
70+
> You can stop the services with `ctrl+c`.
71+
6872
### Upload your Service's Trigger and Submission contracts
6973

7074
```bash

0 commit comments

Comments
 (0)