From d6172447838a3e9f778fb9ba0039481b55980ca9 Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Mon, 25 May 2020 09:12:22 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a18c87..92f87c7 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Zecwallet-CLI does automatic note and utxo management, which means it doesn't al #### Pre-requisites * Rust v1.37 or higher. * Run `rustup update` to get the latest version of Rust if you already have it installed +* Build tools + * Please install the build tools for your platform. On Ubuntu `sudo apt install build-essential gcc` ``` git clone https://github.com/adityapk00/zecwallet-light-cli.git