From bbace73f2b702566e2ed87c4e8d1d3f44f79d1d4 Mon Sep 17 00:00:00 2001 From: donovan6000 Date: Tue, 26 Mar 2024 14:23:08 -0700 Subject: [PATCH] Added command to install dependencies to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c6986f..516ff44 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ Standalone version of the MimbleWimble Coin web wallet, [mwcwallet.com](https://mwcwallet.com), that consists of just a single HTML file. ### Building -Run the following commands to build this. +Run the following command to install the dependencies required to build this. +``` +sudo apt install php php-intl php-mbstring openssl unzip wget grep sed coreutils +``` +Then run the following commands to build this. ``` wget "https://github.com/NicolasFlamel1/MWC-Wallet-Standalone/archive/refs/heads/master.zip" unzip "./master"