From 1a16b67e3451b1de9219d3fec0b9f02404f6af1b Mon Sep 17 00:00:00 2001 From: chevdor Date: Fri, 3 Aug 2018 20:07:43 +0200 Subject: [PATCH] Add doc to install a specific tagged version --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index f54896e5e2100..6f58bd5b8ce70 100644 --- a/README.adoc +++ b/README.adoc @@ -27,6 +27,8 @@ You'll now have a `polkadot` binary installed to your `PATH`. You can drop the `--branch v0.2` or run `cargo install --git https://github.com/paritytech/polkadot.git polkadot` to get the very latest version of Polkadot, but these instructions might not work in that case. +If you want a specific version of polkadot, say `0.2.2`, you may run `cargo install --git https://github.com/paritytech/polkadot.git --tag v0.2.2 polkadot`. + === Krumme Lanke Testnet You will connect to the global Krumme Lanke testnet by default. To do this, just use: