Skip to content

Commit

Permalink
Fix getting started instructions (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 authored and axic committed Sep 10, 2019
1 parent f434d7d commit 4884551
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ Instead of being a client, it should support reading and outputting shard/beacon

## How to use this?

Need Rust first. Then install `chisel` using cargo:
Install Rust first. Add the wasm32 target to the toolchain and install `chisel` using cargo:
```sh
rustup target add wasm32-unknown-unknown
rustup component add rustfmt
rustup update
cargo install chisel
```

Expand Down

0 comments on commit 4884551

Please sign in to comment.