mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Update README.adoc (#108)
added newer rust version required, and instructions for updating Rust using `rustup update`
This commit is contained in:
@@ -27,7 +27,7 @@ Note that **Polkadot PoC-4** is yet to be released and *will be* in branch `v0.4
|
||||
|
||||
=== Install Rust
|
||||
If you'd like to play with Polkadot, you'll need to install a client like this
|
||||
one. First, get Rust (1.26.1 or later) and the support software if you don't already have it:
|
||||
one. First, get Rust (1.32.0 or later) and the support software if you don't already have it:
|
||||
|
||||
[source, shell]
|
||||
----
|
||||
@@ -35,6 +35,14 @@ curl https://sh.rustup.rs -sSf | sh
|
||||
sudo apt install make clang pkg-config libssl-dev
|
||||
----
|
||||
|
||||
If you already have Rust installed, make sure you're using the latest version by running:
|
||||
|
||||
|
||||
[source, shell]
|
||||
----
|
||||
rustup update
|
||||
----
|
||||
|
||||
=== Install PoC-3 "Alexander" Testnet
|
||||
|
||||
Install Polkadot PoC-3 and have a `polkadot` binary installed to your `PATH` with:
|
||||
|
||||
Reference in New Issue
Block a user