From 1809f0596b4985fb36d20d88ab2331da909a1451 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 17 Jul 2018 20:31:34 +0200 Subject: [PATCH] Fix install command in README (#354) --- substrate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/README.md b/substrate/README.md index 8a2a602754..7b173147f1 100644 --- a/substrate/README.md +++ b/substrate/README.md @@ -15,7 +15,7 @@ sudo apt install make clang Then, install Polkadot PoC-2: ``` -cargo install --git https://github.com/paritytech/polkadot.git --branch v0.2 +cargo install --git https://github.com/paritytech/polkadot.git --branch v0.2 polkadot ``` You'll now have a `polkadot` binary installed to your `PATH`. You can drop the