You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,11 @@ Implementation of a https://polkadot.io node in Rust.
5
5
## To play
6
6
7
7
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:
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.
0 commit comments