Skip to content

Commit 417baff

Browse files
authored
Merge pull request #15 from conor10/master
Fix getting started instructions
2 parents f434d7d + 5f947e0 commit 417baff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ Instead of being a client, it should support reading and outputting shard/beacon
1818

1919
## How to use this?
2020

21-
Need Rust first. Then install `chisel` using cargo:
21+
Install Rust first. Add the wasm32 target to the toolchain and install `chisel` using cargo:
2222
```sh
23+
rustup target add wasm32-unknown-unknown
24+
rustup component add rustfmt
25+
rustup update
2326
cargo install chisel
2427
```
2528

0 commit comments

Comments
 (0)