From 62d18c708c9372f69d75f7935235050dc518c216 Mon Sep 17 00:00:00 2001 From: saki-osive <62865682+saki-osive@users.noreply.github.com> Date: Thu, 4 Feb 2021 15:41:08 +0530 Subject: [PATCH] Cargo build step needs pre requisites not mentioned (#2379) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Refactored the build steps for building with cargo * Cargo build step needs pre requisites not mentioned * Update README.md Co-authored-by: Bastian Köcher --- polkadot/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/polkadot/README.md b/polkadot/README.md index 41aec0ece2..743b5c4337 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -67,6 +67,9 @@ dnf install polkadot ### Install via Cargo +Make sure you have the support software installed from the **Build from Source** section +below this section. + If you want to install Polkadot in your PATH, you can do so with with: ```bash