Skip to content

Commit 6bf1109

Browse files
tomakarphmeier
authored andcommitted
1 parent f3d7f53 commit 6bf1109

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ Implementation of a https://polkadot.io node in Rust.
55
## To play
66

77
If you'd like to play with Polkadot, you'll need to install a client like this
8-
one. First, get Rust (1.26.1 or later) and the support software if you don't already have it, and ensure you change the active toolchain to the stable version instead of the nightly version:
8+
one. First, get Rust (1.26.1 or later) and the support software if you don't already have it:
99

1010
```
1111
curl https://sh.rustup.rs -sSf | sh
1212
sudo apt install make clang
13-
rustup default stable
1413
```
1514

1615
Then, install Polkadot PoC-1:
@@ -20,8 +19,8 @@ cargo install --git https://github.com/paritytech/polkadot.git --branch v0.1
2019
```
2120

2221
You'll now have a `polkadot` binary installed to your `PATH`. You can drop the
23-
`--branch v0.1` or run `cargo install --git https://github.com/paritytech/polkadot.git polkadot subkey` to get the very latest version of Polkadot, but these
24-
instructions might not work in that case.
22+
`--branch v0.1` or run `cargo install --git https://github.com/paritytech/polkadot.git polkadot`
23+
to get the very latest version of Polkadot, but these instructions might not work in that case.
2524

2625
### Development
2726

0 commit comments

Comments
 (0)