From 5969367e472637bb841c548e7a871d436b5faf79 Mon Sep 17 00:00:00 2001 From: Dan Forbes <dan@danforbes.dev> Date: Thu, 30 Jul 2020 04:38:48 -0700 Subject: [PATCH] Update README docs related to local build (#1479) * Update README docs related to local build Closes #1476 * Update command per @ordian Co-authored-by: Andronik Ordian <write@reusable.software> * Remove reference to old install script Co-authored-by: Andronik Ordian <write@reusable.software> --- polkadot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/README.md b/polkadot/README.md index 8190fc3f457..5d55065cf29 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -45,7 +45,7 @@ rustup update Once done, finish installing the support software: ```bash -sudo apt install make clang pkg-config libssl-dev +sudo apt install build-essential git clang libclang-dev pkg-config libssl-dev ``` Build the client by cloning this repository and running the following commands from the root -- GitLab