Skip to content

Commit

Permalink
Update setup.md (#118)
Browse files Browse the repository at this point in the history
Use a more recent version that doesn't have strange rpc dependancies as noted here paritytech/substrate#12358
  • Loading branch information
slmagus authored Jan 18, 2023
1 parent 0aacf94 commit 09332f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ You can [download a binary from our releases page](https://github.com/paritytech
(Linux and Mac). Alternatively you can build the node by yourself:

```bash
cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --tag v0.17.0 --force --locked
cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --tag v0.23.0 --force --locked
```

0 comments on commit 09332f0

Please sign in to comment.